precision-converters-firmware
ad579x_iio.h
Go to the documentation of this file.
1 /***************************************************************************/
13 #ifndef AD579X_IIO_H
14 #define AD579X_IIO_H
15 
16 /******************************************************************************/
17 /***************************** Include Files **********************************/
18 /******************************************************************************/
19 
20 #include <stdint.h>
21 #include "iio.h"
22 #include "app_config.h"
23 
24 /******************************************************************************/
25 /********************** Macros and Constants Definition ***********************/
26 /******************************************************************************/
27 
28 /******************************************************************************/
29 /********************** Public/Extern Declarations ****************************/
30 /******************************************************************************/
31 
32 extern struct ad5791_dev *ad579x_dev_desc;
33 int32_t ad579x_iio_init();
34 void ad579x_iio_event_handler(void);
35 
36 #endif /* AD579X_IIO_H_ */
struct ad5791_dev * ad579x_dev_desc
Definition: ad579x_iio.c:117
void ad579x_iio_event_handler(void)
Run the AD579x IIO event handler.
Definition: ad579x_iio.c:1115
int32_t ad579x_iio_init()
Initialize the IIO interface for AD579x IIO device.
Definition: ad579x_iio.c:1013
Configuration file of nanodac firmware example program.