precision-converters-firmware
Loading...
Searching...
No Matches
ad4080_iio.h
Go to the documentation of this file.
1/*************************************************************************/
12#ifndef AD4080_IIO_H
13#define AD4080_IIO_H
14
15/******************************************************************************/
16/***************************** Include Files **********************************/
17/******************************************************************************/
18#include <stdint.h>
19
20/******************************************************************************/
21/********************** Macros and Constants Definition ***********************/
22/******************************************************************************/
23
24/******************************************************************************/
25/********************** Variables and User Defined Data Types *****************/
26/******************************************************************************/
27
28/******************************************************************************/
29/************************ Public Declarations *********************************/
30/******************************************************************************/
31/* Initialize the IIO interface */
32int32_t ad4080_iio_initialize(void);
33
34/* Run the IIO event handler */
36
37#endif /* AD4080_IIO_H */
void ad4080_iio_event_handler(void)
Run the AD4080 IIO event handler.
Definition ad4080_iio.c:1725
int32_t ad4080_iio_initialize(void)
Initialize the IIO interface for AD4080 IIO device.
Definition ad4080_iio.c:1631