mFrame
載入中...
搜尋中...
無符合項目
ostimer/Shift.h
1
7#ifndef MCXA153_F7D7DD1D_FCE4_45A8_9F1E_9FD9AAA8DF1F
8#define MCXA153_F7D7DD1D_FCE4_45A8_9F1E_9FD9AAA8DF1F
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace mcxa153::chip::ostimer {
23 enum struct Shift : uint32;
24
34 constexpr unsigned int operator+(Shift e) {
35 return static_cast<unsigned int>(e);
36 }
37} // namespace mcxa153::chip::ostimer
38
39/* ***************************************************************************************
40 * Class/Interface/Struct/Enum
41 */
42
145
146/* ***************************************************************************************
147 * End of file
148 */
149
150#endif /* MCXA153_F7D7DD1D_FCE4_45A8_9F1E_9FD9AAA8DF1F */
Definition ostimer/Mask.h:22
@ MATCH_L_MATCH_VALUE
MATCH_L Register - Timer Match Value (Low 32-bit)
@ OSEVENT_CTRL_OSTIMER_INTRFLAG
OSEVENT_CTRL Register - Interrupt Flag Bit.
@ MATCH_H_MATCH_VALUE
MATCH_H Register - Timer Match Value (High 10-bit)
@ CAPTURE_L_CAPTURE_VALUE
CAPTURE_L Register - Timer Capture Value (Low 32-bit)
@ OSEVENT_CTRL_OSTIMER_INTENA
OSEVENT_CTRL Register - Interrupt Enable Bit.
@ EVTIMERL_EVTIMER_COUNT_VALUE
EVTIMERL Register - Event Timer Count Value (Low 32-bit)
@ OSEVENT_CTRL_MATCH_WR_RDY
OSEVENT_CTRL Register - Match Write Ready Flag.
@ CAPTURE_H_CAPTURE_VALUE
CAPTURE_H Register - Timer Capture Value (High 10-bit)
@ EVTIMERH_EVTIMER_COUNT_VALUE
EVTIMERH Register - Event Timer Count Value (High 10-bit)
@ OSEVENT_CTRL_DEBUG_EN
OSEVENT_CTRL Register - Debug Enable Bit.
constexpr unsigned int operator+(Mask e)
Operator Overload - Convert Mask enum to unsigned int.
Definition ostimer/Mask.h:34
Shift
OSTIMER (On-chip System Timer) Register Bit Shift Positions.
Definition ostimer/Shift.h:65