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_thermistor_config.h
Go to the documentation of this file.
1
/*************************************************************************/
13
#ifndef _AD4130_THERMISTOR_CONFIG_H_
14
#define _AD4130_THERMISTOR_CONFIG_H_
15
16
/******************************************************************************/
17
/***************************** Include Files **********************************/
18
/******************************************************************************/
19
20
#include <stdint.h>
21
#include "ad413x.h"
22
23
/******************************************************************************/
24
/********************** Macros and Constants Definition ***********************/
25
/******************************************************************************/
26
27
/* Select FS (or ODR) for thermistor config (applicable to all channels) */
28
#define AD4130_FS_CONFIG 48
// ODR = 50SPS for SINC3/4 filter
29
30
/* Filter type for default thermistor config
31
* Note: Applicable for all setups to keep the same ODR for all channels */
32
#define AD4130_FILTER_TYPE AD413X_SYNC3_STANDALONE
33
34
/* Scaler factor used in FS to ODR conversion (For SINC3/4 filter) */
35
#define FS_TO_ODR_CONV_SCALER (32U * AD4130_FS_CONFIG)
36
37
/******************************************************************************/
38
/********************** Public/Extern Declarations ****************************/
39
/******************************************************************************/
40
41
extern
struct
ad413x_init_param
ad4130_thermistor_config_params
;
42
43
#endif
/* end of _AD4130_THERMISTOR_CONFIG_H_ */
ad4130_thermistor_config_params
struct ad413x_init_param ad4130_thermistor_config_params
Definition
ad4130_thermistor_config.c:28
Generated by
1.9.8