precision-converters-firmware
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ad579x_iio.h
Go to the documentation of this file.
1/***************************************************************************/
13#ifndef AD579X_IIO_H
14#define AD579X_IIO_H
15
16/******************************************************************************/
17/***************************** Include Files **********************************/
18/******************************************************************************/
19
20#include <stdint.h>
21#include "iio.h"
22#include "app_config.h"
23
24/******************************************************************************/
25/********************** Macros and Constants Definition ***********************/
26/******************************************************************************/
27
28/******************************************************************************/
29/********************** Public/Extern Declarations ****************************/
30/******************************************************************************/
31
32extern struct ad5791_dev *ad579x_dev_desc;
33int32_t ad579x_iio_init();
35
36#endif /* AD579X_IIO_H_ */
struct ad5791_dev * ad579x_dev_desc
Definition ad579x_iio.c:117
void ad579x_iio_event_handler(void)
Run the AD579x IIO event handler.
Definition ad579x_iio.c:1119
int32_t ad579x_iio_init()
Initialize the IIO interface for AD579x IIO device.
Definition ad579x_iio.c:1021
Configuration file of nanodac firmware example program.