precision-converters-firmware
Loading...
Searching...
No Matches
ad717x_iio.h
Go to the documentation of this file.
1/*************************************************************************/
14#ifndef AD717x_IIO_H_
15#define AD717x_IIO_H_
16
17/******************************************************************************/
18/***************************** Include Files **********************************/
19/******************************************************************************/
20
21#include <stdint.h>
22#include "iio.h"
23#include "ad717x.h"
24
25/******************************************************************************/
26/********************** Macros and Constants Definition ***********************/
27/******************************************************************************/
28
29/******************************************************************************/
30/********************** Variables and User Defined Data Types *****************/
31/******************************************************************************/
32
33/******************************************************************************/
34/************************ Public Declarations *********************************/
35/******************************************************************************/
36
37extern ad717x_dev *p_ad717x_dev_inst;
38
39#endif // AD717x_IIO_H_
40
ad717x_dev * p_ad717x_dev_inst
Definition ad717x_iio.c:186