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
ad4170_iio
app
ad4170_regs.h
Go to the documentation of this file.
1
/***************************************************************************/
12
#ifndef _AD4170_REGS_H_
13
#define _AD4170_REGS_H_
14
15
/******************************************************************************/
16
/***************************** Include Files **********************************/
17
/******************************************************************************/
18
19
#include <stdint.h>
20
21
/******************************************************************************/
22
/********************** Macros and Constants Definition ***********************/
23
/******************************************************************************/
24
25
/******************************************************************************/
26
/************************ Public Declarations *********************************/
27
/******************************************************************************/
28
29
/* Get the AD4170 registers count (actual single + multi-byte entity registers
30
* available and defined in ad4170.h file) */
31
#define ADC_REGISTER_COUNT (147)
32
33
/* Max register address available (last register address defined in ad4170.h file) */
34
#define MAX_REGISTER_ADDRESS (AD4170_REG_INPUT_DATA)
35
36
extern
const
uint32_t
ad4170_regs
[];
37
38
#endif
/* _AD4170_REGS_H_ */
ad4170_regs
const uint32_t ad4170_regs[]
Definition
ad4170_regs.c:31
Generated by
1.9.8