precision-converters-firmware
ad7124_iio.h
Go to the documentation of this file.
1 /*************************************************************************/
14 #ifndef AD7124_IIO_H_
15 #define AD7124_IIO_H_
16 
17 /******************************************************************************/
18 /***************************** Include Files **********************************/
19 /******************************************************************************/
20 
21 #include <stdint.h>
22 
23 #include "iio.h"
24 #include "ad7124.h"
25 #include "app_config.h"
26 
27 /******************************************************************************/
28 /********************** Macros and Constants Definition ***********************/
29 /******************************************************************************/
30 
31 /******************************************************************************/
32 /************************ Public Declarations *********************************/
33 /******************************************************************************/
34 
35 extern struct ad7124_dev *ad7124_dev_inst;
36 int32_t ad7124_iio_initialize(void);
37 void ad7124_iio_event_handler(void);
38 
39 #endif // AD7124_IIO_H_
void ad7124_iio_event_handler(void)
Run the AD7124 IIO event handler.
Definition: ad7124_iio.c:1208
struct ad7124_dev * ad7124_dev_inst
Definition: ad7124_iio.c:162
int32_t ad7124_iio_initialize(void)
Initialize the AD7124 IIO Interface.
Definition: ad7124_iio.c:1125
Configuration file of nanodac firmware example program.