precision-converters-firmware
ad2s1210_iio.h
Go to the documentation of this file.
1 /***************************************************************************/
13 #ifndef _AD2S1210_IIO_H_
14 #define _AD2S1210_IIO_H_
15 
16 /******************************************************************************/
17 /***************************** Include Files **********************************/
18 /******************************************************************************/
19 
20 #include "iio.h"
21 
22 /******************************************************************************/
23 /********************** Macros and Constants Definition ***********************/
24 /******************************************************************************/
25 
26 /******************************************************************************/
27 /********************** Public/Extern Declarations ****************************/
28 /******************************************************************************/
29 /* Init the IIO interface */
30 int32_t ad2s1210_iio_initialize(void);
31 
32 /* Run the IIO event handler */
34 
35 #endif /* _AD2S1210_IIO_H_ */
void ad2s1210_iio_event_handler(void)
Run the AD2S1210 IIO event handler.
Definition: ad2s1210_iio.c:661
int32_t ad2s1210_iio_initialize(void)
Initialize the IIO interface for AD2S1210 IIO device.
Definition: ad2s1210_iio.c:546