![]() |
Component Library:Sensor Driver for NMH1000
v1.0
Platform agnostic sensor driver interfaces for NMH1000 sensor
|
#include <nmh1000_regdef.h>

Data Fields | |
| struct { | |
| uint8_t rst: 1 | |
| uint8_t _reserved_: 1 | |
| uint8_t one_short: 1 | |
| uint8_t auto_mode: 1 | |
| uint8_t i2c_dis: 1 | |
| uint8_t v_pol: 1 | |
| } | b |
| uint8_t | w |
Definition at line 141 of file nmh1000_regdef.h.
| uint8_t _reserved_ |
Definition at line 145 of file nmh1000_regdef.h.
| uint8_t auto_mode |
Definition at line 150 of file nmh1000_regdef.h.
| struct { ... } b |
| uint8_t i2c_dis |
Definition at line 154 of file nmh1000_regdef.h.
| uint8_t one_short |
Definition at line 146 of file nmh1000_regdef.h.
| uint8_t rst |
Definition at line 143 of file nmh1000_regdef.h.
| uint8_t v_pol |
Definition at line 158 of file nmh1000_regdef.h.
| uint8_t w |
Definition at line 162 of file nmh1000_regdef.h.