mFrame
載入中...
搜尋中...
無符合項目
mrcc/Count.h
1
7#ifndef MCXA153_47028429_7F4A_40CE_ACED_822FB65635B5
8#define MCXA153_47028429_7F4A_40CE_ACED_822FB65635B5
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
23 enum struct Count : unsigned int;
24
25 constexpr unsigned int operator+(Count e) {
26 return static_cast<unsigned int>(e);
27 }
28} // namespace mcxa153::chip::mrcc
29
30/* ***************************************************************************************
31 * Class/Interface/Struct/Enum
32 */
33
42enum struct mcxa153::chip::mrcc::Count : unsigned int {
49 MRCC_GLB_CC_SET = 1U,
50
57};
58
59/* ***************************************************************************************
60 * End of file
61 */
62
63#endif /* MCXA153_47028429_7F4A_40CE_ACED_822FB65635B5 */
Definition mrcc/Count.h:22
Count
MRCC (Memory Resource Control Center) 計數器枚舉
Definition mrcc/Count.h:42
@ MRCC_GLB_CC_CLR
MRCC_GLB_CC_CLR - MRCC_GLB_CC_CLR.
@ MRCC_GLB_CC_SET
MRCC_GLB_CC_SET - MRCC_GLB_CC_SET.