no-OS
iio_adf5902.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef IIO_ADF5902_H
41 #define IIO_ADF5902_H
42 
43 /******************************************************************************/
44 /***************************** Include Files **********************************/
45 /******************************************************************************/
46 #include "iio_types.h"
47 #include "adf5902.h"
48 
49 /******************************************************************************/
50 /*************************** Types Declarations *******************************/
51 /******************************************************************************/
52 
54 extern struct iio_device const adf5902_iio_descriptor;
55 
56 #endif //IIO_ADF5902_H
adf5902_iio_descriptor
struct iio_device const adf5902_iio_descriptor
Definition: iio_adf5902.c:50
iio_device::debug_reg_read
int32_t(* debug_reg_read)(void *dev, uint32_t reg, uint32_t *readval)
Definition: iio_types.h:289
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:61
adf5902_readback
int32_t adf5902_readback(struct adf5902_dev *dev, uint8_t reg_addr, uint32_t *data)
Readback data from ADF5902.
Definition: adf5902.c:82
adf5902_iio_descriptor
struct iio_device const adf5902_iio_descriptor
Definition: iio_adf5902.c:50
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:253