|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
This union represents the bit fields in the Control Register. Read the register into the d32 member then set/clear the bits using the b elements. 更多...
#include <hal_timer_v150_regs_def.h>
成员变量 | ||
| uint32_t | d32 | |
| struct { | ||
| uint32_t enable: 1 | ||
| uint32_t mode: 2 | ||
| uint32_t int_mask: 1 | ||
| uint32_t rstfsm: 1 | ||
| uint32_t cnt_req: 1 | ||
| uint32_t cnt_lock: 1 | ||
| uint32_t reserved_25: 25 | ||
| } | b | |
| struct { | ||
| uint32_t enable: 1 | ||
| uint32_t mode: 2 | ||
| uint32_t int_mask: 1 | ||
| uint32_t rstfsm: 1 | ||
| uint32_t cnt_req: 1 | ||
| uint32_t cnt_lock: 1 | ||
| uint32_t reserved_25: 25 | ||
| } | b | |
This union represents the bit fields in the Control Register. Read the register into the d32 member then set/clear the bits using the b elements.
| struct { ... } timer_v150_control_reg_data::b |
Register bits.
| struct { ... } timer_v150_control_reg_data::b |
Register bits.
| uint32_t timer_v150_control_reg_data::cnt_lock |
Timer count lock signal bit.
| uint32_t timer_v150_control_reg_data::cnt_req |
Timer count lock request signal bit.
| uint32_t timer_v150_control_reg_data::d32 |
Raw register data.
| uint32_t timer_v150_control_reg_data::enable |
Timer enable bit.
| uint32_t timer_v150_control_reg_data::int_mask |
Timer interrupt mask bit.
| uint32_t timer_v150_control_reg_data::mode |
Timer mode bit.
| uint32_t timer_v150_control_reg_data::reserved_25 |
| uint32_t timer_v150_control_reg_data::rstfsm |
Timer reset signal bit.