no-OS
iio_adf4377.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifndef IIO_ADF4377_H
35 #define IIO_ADF4377_H
36 
37 /******************************************************************************/
38 /***************************** Include Files **********************************/
39 /******************************************************************************/
40 #include "iio_types.h"
41 
42 /******************************************************************************/
43 /*************************** Types Declarations *******************************/
44 /******************************************************************************/
45 
47 extern struct iio_device const adf4377_iio_descriptor;
48 
49 #endif //IIO_ADF4377_H
adf4377_iio_descriptor
struct iio_device const adf4377_iio_descriptor
Definition: iio_adf4377.c:45
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:283
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:54
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:103
iio_device
Structure holding channels and attributes of a device.
Definition: iio_types.h:247
adf4377_iio_descriptor
struct iio_device const adf4377_iio_descriptor
Definition: iio_adf4377.c:45