mFrame
載入中...
搜尋中...
無符合項目
Div.h
1
7#ifndef MCXA153_EF0462BD_15BF_44BD_86EC_F5FB32C2FFF7
8#define MCXA153_EF0462BD_15BF_44BD_86EC_F5FB32C2FFF7
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace mcxa153::chip::clock {
23 enum struct Div : unsigned int;
24
34 constexpr unsigned int operator+(Div e) {
35 return static_cast<unsigned int>(e);
36 }
37} // namespace mcxa153::chip::clock
38
39/* ***************************************************************************************
40 * Class/Interface/Struct/Enum
41 */
58enum struct mcxa153::chip::clock::Div : unsigned int {
59 I3C0_FCLK = (0x0A4U),
60 CTIMER0 = (0x0ACU),
61 CTIMER1 = (0x0B4U),
62 CTIMER2 = (0x0BCU),
63 WWDT0 = (0x0C4U),
64 LPI2C0 = (0x0CCU),
65 LPSPI0 = (0x0D4U),
66 LPSPI1 = (0x0DCU),
67 LPUART0 = (0x0E4U),
68 LPUART1 = (0x0ECU),
69 LPUART2 = (0x0F4U),
70 LPTMR0 = (0x104U),
71 ADC0 = (0x114U),
72 CMP0_FUNC = (0x11CU),
73 CMP0_RR = (0x124U),
74 CMP1_FUNC = (0x12CU),
75 CMP1_RR = (0x134U),
76 TRACE = (0x13CU),
77 CLKOUT = (0x144U),
78 SYSTICK = (0x14CU),
79 FRO_HF_DIV = (0x154U),
80 SLOWCLK = (0x378U),
81 AHBCLK = (0x380U),
82 MAX = (0x380U)
83};
84
85/* ***************************************************************************************
86 * End of file
87 */
88
89#endif /* MCXA153_EF0462BD_15BF_44BD_86EC_F5FB32C2FFF7 */
時鐘源附加識別碼枚舉
Definition AttachID.h:33
constexpr unsigned int operator+(AttachID e)
將AttachID轉換為無符號整數
Definition AttachID.h:42
Div
MCXA153 時鐘分頻器位址枚舉
Definition Div.h:58