mFrame
載入中...
搜尋中...
無符合項目
CoreClockOption.h
1
7#ifndef MCXA153_854DAEC1_A4B5_44E6_9839_2C3F12A76114
8#define MCXA153_854DAEC1_A4B5_44E6_9839_2C3F12A76114
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16#include "./../chip/package-info.h"
17
18//----------------------------------------------------------------------------------------
19
20/* ***************************************************************************************
21 * Namespace
22 */
23namespace mcxa153::core {
24 enum struct CoreClockOption : unsigned int;
25
38 constexpr unsigned int operator+(CoreClockOption e) {
39 return static_cast<unsigned int>(e);
40 }
41} // namespace mcxa153::core
42
43/* ***************************************************************************************
44 * Class/Interface/Struct/Enum
45 */
64enum struct mcxa153::core::CoreClockOption : unsigned int {
78 CORE_12M = 12000000U,
79
93 CORE_24M = 24000000U,
94
109 CORE_48M = 48000000U,
110
125 CORE_64M = 64000000U,
126
144 CORE_96M = 96000000U
145};
146
147/* ***************************************************************************************
148 * End of file
149 */
150
151#endif /* MCXA153_854DAEC1_A4B5_44E6_9839_2C3F12A76114 */
constexpr unsigned int operator+(AttachID e)
將AttachID轉換為無符號整數
Definition AttachID.h:42
Definition glikey/Mask.h:22
CoreClockOption
MCXA153 核心時鐘頻率選項列舉
Definition CoreClockOption.h:64
@ CORE_48M
48MHz 核心時鐘
@ CORE_24M
24MHz 核心時鐘
@ CORE_64M
64MHz 核心時鐘
@ CORE_96M
96MHz 核心時鐘
@ CORE_12M
12MHz 核心時鐘