no-OS
iio_adf4377.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef IIO_ADF4377_H
41 #define IIO_ADF4377_H
42 
43 /******************************************************************************/
44 /***************************** Include Files **********************************/
45 /******************************************************************************/
46 #include "iio_types.h"
47 
48 /******************************************************************************/
49 /*************************** Types Declarations *******************************/
50 /******************************************************************************/
51 
53 extern struct iio_device const adf4377_iio_descriptor;
54 
55 #endif //IIO_ADF4377_H
adf4377_iio_descriptor
struct iio_device const adf4377_iio_descriptor
Definition: iio_adf4377.c:51
adf4377.h
Header file for adf4377 Driver.
iio_device::debug_reg_read
int32_t(* debug_reg_read)(void *dev, uint32_t reg, uint32_t *readval)
Definition: iio_types.h:289
iio_adf4377.h
Header file of adf4377 IIO.
adf4377_spi_write
int32_t adf4377_spi_write(struct adf4377_dev *dev, uint8_t reg_addr, uint8_t data)
Writes data to ADF4377 over SPI.
Definition: adf4377.c:60
iio_types.h
Header file for iio_types.
adf4377_spi_read
int32_t adf4377_spi_read(struct adf4377_dev *dev, uint8_t reg_addr, uint8_t *data)
Reads data from ADF4377 over SPI.
Definition: adf4377.c:109
iio_device
Structure holding channels and attributes of a device.
Definition: iio_types.h:253
adf4377_iio_descriptor
struct iio_device const adf4377_iio_descriptor
Definition: iio_adf4377.c:51