precision-converters-firmware
Loading...
Searching...
No Matches
runner
work
precision-converters-firmware
precision-converters-firmware
projects
ad4080_iio
app
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 */
32
int32_t
ad4080_iio_initialize
(
void
);
33
34
/* Run the IIO event handler */
35
void
ad4080_iio_event_handler
(
void
);
36
37
#endif
/* AD4080_IIO_H */
ad4080_iio_event_handler
void ad4080_iio_event_handler(void)
Run the AD4080 IIO event handler.
Definition
ad4080_iio.c:1725
ad4080_iio_initialize
int32_t ad4080_iio_initialize(void)
Initialize the IIO interface for AD4080 IIO device.
Definition
ad4080_iio.c:1631
Generated by
1.9.8