precision-converters-firmware
ad355xr_iio.h
Go to the documentation of this file.
1 /***************************************************************************/
13 #ifndef AD355XR_IIO_H
14 #define AD355XR_IIO_H
15 
16 /******************************************************************************/
17 /***************************** Include Files **********************************/
18 /******************************************************************************/
19 
20 #include <stdint.h>
21 #include "ad3552r.h"
22 
23 /******************************************************************************/
24 /********************** Macros and Constants Definition ***********************/
25 /******************************************************************************/
26 
27 /******************************************************************************/
28 /********************** Public/Extern Declarations ****************************/
29 /******************************************************************************/
30 
31 extern struct ad3552r_desc *ad355xr_dev_inst;
32 int32_t ad355xr_iio_initialize(void);
33 void ad355xr_iio_event_handler(void);
34 
35 #endif /* AD355XR_IIO_H */
int32_t ad355xr_iio_initialize(void)
Initialize the IIO interface for AD355XR IIO device.
Definition: ad355xr_iio.c:937
struct ad3552r_desc * ad355xr_dev_inst
Definition: ad355xr_iio.c:113
void ad355xr_iio_event_handler(void)
Run the AD355XR IIO event handler.
Definition: ad355xr_iio.c:1031