|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
This union represents the bit fields in the Control.
Read the register into the d32 member then set/clear the bits using the b elements.
更多...
#include <hal_rtc_v100_regs_def.h>
成员变量 | ||
| uint32_t | d32 | |
| struct { | ||
| uint32_t enable: 1 | ||
| uint32_t mode: 1 | ||
| uint32_t int_mask: 1 | ||
| uint32_t reserved3_31: 29 | ||
| } | b | |
This union represents the bit fields in the Control.
Read the register into the d32 member then set/clear the bits using the b elements.
| struct { ... } rtc_control_reg_data::b |
Register bits.
| uint32_t rtc_control_reg_data::d32 |
Raw register data.
| uint32_t rtc_control_reg_data::enable |
RTC enable bit.
| uint32_t rtc_control_reg_data::int_mask |
| uint32_t rtc_control_reg_data::mode |
RTC mode bit.
| uint32_t rtc_control_reg_data::reserved3_31 |