precision-converters-firmware
ad717x_iio.h
Go to the documentation of this file.
1 /*************************************************************************/
14 #ifndef AD717x_IIO_H_
15 #define AD717x_IIO_H_
16 
17 /******************************************************************************/
18 /***************************** Include Files **********************************/
19 /******************************************************************************/
20 
21 #include <stdint.h>
22 #include "iio.h"
23 #include "ad717x.h"
24 
25 /******************************************************************************/
26 /********************** Macros and Constants Definition ***********************/
27 /******************************************************************************/
28 
29 /******************************************************************************/
30 /********************** Variables and User Defined Data Types *****************/
31 /******************************************************************************/
32 
33 /******************************************************************************/
34 /************************ Public Declarations *********************************/
35 /******************************************************************************/
36 
37 extern ad717x_dev *p_ad717x_dev_inst;
38 int32_t ad717x_iio_initialize(void);
39 void ad717x_iio_event_handler(void);
40 
41 #endif // AD717x_IIO_H_
42 
ad717x_dev * p_ad717x_dev_inst
Definition: ad717x_iio.c:124
int32_t ad717x_iio_initialize(void)
Initialize the AD717x IIO Interface.
Definition: ad717x_iio.c:703
void ad717x_iio_event_handler(void)
Run the AD717x IIO event handler.
Definition: ad717x_iio.c:810