|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
This union represents the bit fields in the tsensor_ctrl register. Read the register into the d32 member then set/clear the bits using the b elements. 更多...
#include <hal_tsensor_v151_regs_def.h>
成员变量 | ||
| uint32_t | d32 | |
| struct { | ||
| uint32_t tsensor_enable: 1 | ||
| uint32_t tsensor_mode: 2 | ||
| } | b | |
This union represents the bit fields in the tsensor_ctrl register. Read the register into the d32 member then set/clear the bits using the b elements.
| struct { ... } tsensor_ctrl_data::b |
Register bits.
| uint32_t tsensor_ctrl_data::d32 |
tsensor_ctrl register data.
| uint32_t tsensor_ctrl_data::tsensor_enable |
If this bit is set to 1, open tsensor_ctrl
| uint32_t tsensor_ctrl_data::tsensor_mode |
b00: 16-point average single reporting mode. b01: 16-point average cyclic reporting mode. b10/b11: Single-point cyclic reporting mode.