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
ad4130_iio
app
ad4130_regs.h
Go to the documentation of this file.
1
/***************************************************************************/
12
#ifndef _AD4130_REGS_H_
13
#define _AD4130_REGS_H_
14
15
/******************************************************************************/
16
/***************************** Include Files **********************************/
17
/******************************************************************************/
18
19
#include <stdint.h>
20
21
/******************************************************************************/
22
/********************** Macros and Constants Definition ***********************/
23
/******************************************************************************/
24
25
#define AD413X_ADDR(x) ((x) & 0xFF)
26
27
/* Max register address available (last register address defined
28
* in the ad413x.h file) */
29
#define MAX_REGISTER_ADDRESS (AD413X_ADDR(AD413X_REG_FIFO_DATA))
30
31
/******************************************************************************/
32
/************************ Public Declarations *********************************/
33
/******************************************************************************/
34
35
extern
const
uint32_t
ad413x_regs
[];
36
37
#endif
/* _AD4130_REGS_H_ */
ad413x_regs
const uint32_t ad413x_regs[]
Definition
ad4130_regs.c:30
Generated by
1.9.8