no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_hmc630x.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef IIO_HMC630X_H
34#define IIO_HMC630X_H
35
36#include "iio.h"
37#include "hmc630x.h"
38
42};
43
47
65
66int32_t hmc630x_iio_init(struct hmc630x_iio_dev **iio_dev,
68int32_t hmc630x_iio_remove(struct hmc630x_iio_dev *desc);
69
70#endif
struct ad7616_init_param init_param
Definition ad7616_sdz.c:107
hmc6300 and hmc6301 device driver header.
Header file of iio.
hmc630x_iio_attr_id
Definition iio_hmc630x.h:48
@ HMC6301_IIO_ATTR_BB_ATTN1
Definition iio_hmc630x.h:58
@ HMC6301_IIO_ATTR_BB_LPC
Definition iio_hmc630x.h:62
@ HMC630X_IIO_ATTR_IF_ATTN
Definition iio_hmc630x.h:55
@ HMC6301_IIO_ATTR_BB_ATTNI_FINE
Definition iio_hmc630x.h:60
@ HMC6301_IIO_ATTR_BB_ATTN2
Definition iio_hmc630x.h:59
@ HMC630X_IIO_ATTR_TEMP_EN
Definition iio_hmc630x.h:50
@ HMC6301_IIO_ATTR_BB_HPC
Definition iio_hmc630x.h:63
@ HMC630X_IIO_ATTR_VCO_AVAILABLE
Definition iio_hmc630x.h:52
@ HMC6301_IIO_ATTR_RF_LNA_GAIN
Definition iio_hmc630x.h:57
@ HMC630X_IIO_ATTR_VCO_BAND
Definition iio_hmc630x.h:53
@ HMC630X_IIO_ATTR_VCO
Definition iio_hmc630x.h:51
@ HMC630X_IIO_ATTR_VCO_LOCK
Definition iio_hmc630x.h:54
@ HMC6301_IIO_ATTR_BB_ATTNQ_FINE
Definition iio_hmc630x.h:61
@ HMC630X_IIO_ATTR_ENABLED
Definition iio_hmc630x.h:49
@ HMC6300_IIO_ATTR_RF_ATTN
Definition iio_hmc630x.h:56
int32_t hmc630x_iio_init(struct hmc630x_iio_dev **iio_dev, struct hmc630x_iio_init_param *init_param)
Definition iio_hmc630x.c:433
int32_t hmc630x_iio_remove(struct hmc630x_iio_dev *desc)
Definition iio_hmc630x.c:472
Definition hmc630x.c:57
Definition iio_hmc630x.h:39
struct hmc630x_dev * dev
Definition iio_hmc630x.h:40
struct iio_device * iio_dev
Definition iio_hmc630x.h:41
Definition iio_hmc630x.h:44
struct hmc630x_init_param * ip
Definition iio_hmc630x.h:45
Definition hmc630x.h:293
Structure holding channels and attributes of a device.
Definition iio_types.h:238