![]() |
mFrame
|
OSTIMER (On-chip System Timer) Peripheral Register Structure. 更多...
#include <Register.h>
公開屬性 | |
__I uint32 | evtimerl |
Event Timer Low Register (32-bit) | |
__I uint32 | evtimerh |
Event Timer High Register (10-bit effective) | |
__I uint32 | capture_l |
Capture Low Register (32-bit) | |
__I uint32 | capture_h |
Capture High Register (10-bit effective) | |
__IO uint32 | match_l |
Match Low Register (32-bit) | |
__IO uint32 | match_h |
Match High Register (10-bit effective) | |
uint8 | reserved0 [4] |
Reserved Space. | |
__IO uint32 | osevent_ctrl |
OSTIMER Event Control Register. | |
OSTIMER (On-chip System Timer) Peripheral Register Structure.
Memory-mapped register structure for accessing OSTIMER peripheral registers. The OSTIMER provides a 64-bit system timer with match and capture capabilities for precise timing operations and system scheduling.
OSTIMER周邊暫存器結構體,提供64位元系統計時器功能,具有匹配和捕獲能力, 用於精確計時操作和系統排程。
__I uint32 mcxa153::chip::ostimer::Register::capture_h |
Capture High Register (10-bit effective)
Upper portion of captured timer value (only lower 10 bits valid). Combined with capture_l provides complete captured timer value.
捕獲計時器值的高位元部分(僅低10位元有效)
__I uint32 mcxa153::chip::ostimer::Register::capture_l |
Capture Low Register (32-bit)
Lower 32-bit portion of captured timer value. Captures the current timer count when a capture event occurs.
捕獲計時器值的低32位元部分
__I uint32 mcxa153::chip::ostimer::Register::evtimerh |
Event Timer High Register (10-bit effective)
Upper portion of the 64-bit OSTIMER counter (only lower 10 bits valid). When combined with evtimerl, provides the complete timer count.
64位元OSTIMER計數器的高位元部分(僅低10位元有效)
__I uint32 mcxa153::chip::ostimer::Register::evtimerl |
Event Timer Low Register (32-bit)
Lower 32-bit portion of the 64-bit OSTIMER counter. Contains the current timer count value that increments continuously.
64位元OSTIMER計數器的低32位元部分
__IO uint32 mcxa153::chip::ostimer::Register::match_h |
Match High Register (10-bit effective)
Upper portion of timer match value (only lower 10 bits valid). Combined with match_l defines complete match compare value.
計時器匹配值的高位元部分(僅低10位元有效)
__IO uint32 mcxa153::chip::ostimer::Register::match_l |
Match Low Register (32-bit)
Lower 32-bit portion of timer match value. When timer reaches this value (combined with match_h), generates match event.
計時器匹配值的低32位元部分
__IO uint32 mcxa153::chip::ostimer::Register::osevent_ctrl |
OSTIMER Event Control Register.
Control and status register for OSTIMER events, interrupts, and configuration. Contains interrupt flags, enable bits, write ready status, and debug control.
OSTIMER事件控制暫存器,用於中斷和配置控制
Bit Fields:
uint8 mcxa153::chip::ostimer::Register::reserved0[4] |
Reserved Space.
Reserved memory space in the register map. These bytes should not be accessed.
暫存器映射中的保留記憶體空間