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
ad777x_iio
app
ad777x_iio.h
Go to the documentation of this file.
1
/***************************************************************************/
13
#ifndef AD777x_IIO_H_
14
#define AD777x_IIO_H_
15
16
/******************************************************************************/
17
/***************************** Include Files **********************************/
18
/******************************************************************************/
19
20
#include <stdint.h>
21
#include <stdbool.h>
22
23
/******************************************************************************/
24
/************************ Macros/Constants ************************************/
25
/******************************************************************************/
26
27
/******************************************************************************/
28
/************************ Public Declarations *********************************/
29
/******************************************************************************/
30
31
int32_t
ad777x_iio_initialize
(
void
);
32
void
ad777x_iio_event_handler
(
void
);
33
34
#endif
// AD777x_IIO_H_
35
ad777x_iio_initialize
int32_t ad777x_iio_initialize(void)
Initialize the IIO interface for AD777x IIO device.
Definition
ad777x_iio.c:1457
ad777x_iio_event_handler
void ad777x_iio_event_handler(void)
Run the AD777x IIO event handler.
Definition
ad777x_iio.c:1573
Generated by
1.9.8