no-OS
iio_ad9083.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifdef IIO_SUPPORT
35 
36 #ifndef IIO_AD9083_H_
37 #define IIO_AD9083_H_
38 
39 /******************************************************************************/
40 /***************************** Include Files **********************************/
41 /******************************************************************************/
42 
43 #include "iio_types.h"
44 
46 extern struct iio_device ad9083_iio_descriptor;
47 
48 #endif /* IIO_AD9083_H_ */
49 #endif /* IIO_SUPPORT */
iio_device::debug_reg_read
int32_t(* debug_reg_read)(void *dev, uint32_t reg, uint32_t *readval)
Definition: iio_types.h:283
ad9083_reg_get
int32_t ad9083_reg_get(struct ad9083_phy *device, uint32_t reg, uint8_t *readval)
Read register.
Definition: ad9083.c:82
ad9083.h
Header file of ad9083 Driver.
iio_types.h
Header file for iio_types.
iio_ad9083.h
Header file of iio_ad9083.
iio_device
Structure holding channels and attributes of a device.
Definition: iio_types.h:247
ad9083_reg_set
int32_t ad9083_reg_set(struct ad9083_phy *device, uint32_t reg, uint8_t writeval)
Write register.
Definition: ad9083.c:107