no-OS
iio_adf5902.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifndef IIO_ADF5902_H
35 #define IIO_ADF5902_H
36 
37 /******************************************************************************/
38 /***************************** Include Files **********************************/
39 /******************************************************************************/
40 #include "iio_types.h"
41 #include "adf5902.h"
42 
43 /******************************************************************************/
44 /*************************** Types Declarations *******************************/
45 /******************************************************************************/
46 
48 extern struct iio_device const adf5902_iio_descriptor;
49 
50 #endif //IIO_ADF5902_H
adf5902_iio_descriptor
struct iio_device const adf5902_iio_descriptor
Definition: iio_adf5902.c:44
iio_device::debug_reg_read
int32_t(* debug_reg_read)(void *dev, uint32_t reg, uint32_t *readval)
Definition: iio_types.h:283
adf5902_write
int32_t adf5902_write(struct adf5902_dev *dev, uint8_t reg_addr, uint32_t data)
Writes 4 bytes of data to ADF5902.
Definition: adf5902.c:55
adf5902_readback
int32_t adf5902_readback(struct adf5902_dev *dev, uint8_t reg_addr, uint32_t *data)
Readback data from ADF5902.
Definition: adf5902.c:76
adf5902_iio_descriptor
struct iio_device const adf5902_iio_descriptor
Definition: iio_adf5902.c:44
iio_adf5902.h
Header file of adf5902 IIO.
adf5902.h
Header file for adf5902 Driver.
iio_types.h
Header file for iio_types.
iio_device
Structure holding channels and attributes of a device.
Definition: iio_types.h:247