|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
Registers associated with timer. 更多...
#include <hal_timer_v150_regs_def.h>
成员变量 | |
| volatile uint32_t | load_count0 |
| volatile uint32_t | load_count1 |
| volatile uint32_t | current_value0 |
| volatile uint32_t | current_value1 |
| volatile uint32_t | control |
| volatile uint32_t | eoi_ren |
| volatile uint32_t | raw_intr |
| volatile uint32_t | intr |
Registers associated with timer.
| volatile uint32_t timer_v150_regs::control |
Timer control registers. Offset: 1010h.
| volatile uint32_t timer_v150_regs::current_value0 |
Timer n value(low 32bit). Offset: 1008h.
| volatile uint32_t timer_v150_regs::current_value1 |
Timer m value(high 32bit). Offset: 100Ch.
| volatile uint32_t timer_v150_regs::eoi_ren |
Timer interrupt clear registers. Offset: 1014h.
| volatile uint32_t timer_v150_regs::intr |
Timer interrupt status after mask. Offset: 101Ch.
| volatile uint32_t timer_v150_regs::load_count0 |
Timer n load count(low 32bit). Offset: 1000h.
| volatile uint32_t timer_v150_regs::load_count1 |
Timer m load count(high 32bit). Offset: 1004h.
| volatile uint32_t timer_v150_regs::raw_intr |
Timer raw interrupt status registers. Offset: 1018h.