precision-converters-firmware
ad777x_iio.h
Go to the documentation of this file.
1 /***************************************************************************/
13 #ifndef AD777x_IIO_H_
14 #define AD777x_IIO_H_
15 
16 /******************************************************************************/
17 /***************************** Include Files **********************************/
18 /******************************************************************************/
19 
20 #include <stdint.h>
21 #include <stdbool.h>
22 
23 /******************************************************************************/
24 /************************ Macros/Constants ************************************/
25 /******************************************************************************/
26 
27 /******************************************************************************/
28 /************************ Public Declarations *********************************/
29 /******************************************************************************/
30 
31 int32_t ad777x_iio_initialize(void);
32 void ad777x_iio_event_handler(void);
33 
34 #endif // AD777x_IIO_H_
35 
int32_t ad777x_iio_initialize(void)
Initialize the IIO interface for AD777x IIO device.
Definition: ad777x_iio.c:1457
void ad777x_iio_event_handler(void)
Run the AD777x IIO event handler.
Definition: ad777x_iio.c:1573