Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerator
Related Symbols
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
ina3221_defines.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
21
#ifndef INA3221_DEFINES_H
22
#define INA3221_DEFINES_H
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
28
#define INA3221_REG_ADDR_LEN (1)
29
#define INA3221_REG_LEN (2)
31
#define INA3221_SHUNT_VOLTAGE_PRECISION_UV (40)
32
#define INA3221_BUS_VOLTAGE_PRECISION_MV (8)
34
#define INA3221_MANUFACTURER_ID (0x5449)
35
#define INA3221_DIE_ID (0x3220)
41
#define INA3221_MAX_SHUNT_REG_VAL ((int16_t)(0x7FF8))
42
#define INA3221_MIN_SHUNT_REG_VAL ((int16_t)(0x8000))
43
#define INA3221_MAX_BUS_REG_VAL ((int16_t)(0x7FF8))
44
#define INA3221_MIN_BUS_REG_VAL ((int16_t)(0x8000))
45
#define INA3221_MAX_SHUNT_SUM_REG_VAL ((int16_t)(0x7FFE))
46
#define INA3221_MIN_SHUNT_SUM_REG_VAL ((int16_t)(0x8000))
47
#define INA3221_MAX_SHUNT_UV (163800)
48
#define INA3221_MIN_SHUNT_UV (-163840)
49
#define INA3221_MAX_BUS_MV (26000)
50
#define INA3221_MIN_BUS_MV (0)
51
#define INA3221_MAX_SHUNT_SUM_UV (655320)
52
#define INA3221_MIN_SHUNT_SUM_UV (-655360)
55
#ifdef __cplusplus
56
}
57
#endif
58
59
#endif
/* INA3221_DEFINES_H */
Generated on Thu Apr 3 2025 15:28:52 by
1.12.0