no-OS
iio_ad9083.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifdef IIO_SUPPORT
41 
42 #ifndef IIO_AD9083_H_
43 #define IIO_AD9083_H_
44 
45 /******************************************************************************/
46 /***************************** Include Files **********************************/
47 /******************************************************************************/
48 
49 #include "iio_types.h"
50 
52 extern struct iio_device ad9083_iio_descriptor;
53 
54 #endif /* IIO_AD9083_H_ */
55 #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:288
ad9083_reg_get
int32_t ad9083_reg_get(struct ad9083_phy *device, uint32_t reg, uint8_t *readval)
Read register.
Definition: ad9083.c:88
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:252
ad9083_reg_set
int32_t ad9083_reg_set(struct ad9083_phy *device, uint32_t reg, uint8_t writeval)
Write register.
Definition: ad9083.c:113