precision-converters-firmware
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
~
Functions
c
l
n
p
t
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
g
h
i
l
m
n
p
r
s
t
u
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Typedefs
Enumerations
a
c
f
i
l
p
r
s
v
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
runner
work
precision-converters-firmware
precision-converters-firmware
projects
ad2s1210_iio
app
ad2s1210_iio.h
Go to the documentation of this file.
1
/***************************************************************************/
13
#ifndef _AD2S1210_IIO_H_
14
#define _AD2S1210_IIO_H_
15
16
/******************************************************************************/
17
/***************************** Include Files **********************************/
18
/******************************************************************************/
19
20
#include "iio.h"
21
22
/******************************************************************************/
23
/********************** Macros and Constants Definition ***********************/
24
/******************************************************************************/
25
26
/******************************************************************************/
27
/********************** Public/Extern Declarations ****************************/
28
/******************************************************************************/
29
/* Init the IIO interface */
30
int32_t
ad2s1210_iio_initialize
(
void
);
31
32
/* Run the IIO event handler */
33
void
ad2s1210_iio_event_handler
(
void
);
34
35
#endif
/* _AD2S1210_IIO_H_ */
ad2s1210_iio_event_handler
void ad2s1210_iio_event_handler(void)
Run the AD2S1210 IIO event handler.
Definition
ad2s1210_iio.c:661
ad2s1210_iio_initialize
int32_t ad2s1210_iio_initialize(void)
Initialize the IIO interface for AD2S1210 IIO device.
Definition
ad2s1210_iio.c:546
Generated by
1.9.8