mFrame
載入中...
搜尋中...
無符合項目
syscon/Count.h
1
7#ifndef MCXA153_2DE04852_22FB_4FFA_961E_C5B625A00890
8#define MCXA153_2DE04852_22FB_4FFA_961E_C5B625A00890
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
37 constexpr unsigned int operator+(Count e) {
38 return static_cast<unsigned int>(e);
39 }
40} // namespace mcxa153::chip::syscon
41
42/* ***************************************************************************************
43 * Class/Interface/Struct/Enum
44 */
76enum struct mcxa153::chip::syscon::Count : unsigned int {
117 WAKEUP_WAKEUPA = 2U
118};
119
120/* ***************************************************************************************
121 * End of file
122 */
123
124#endif /* MCXA153_2DE04852_22FB_4FFA_961E_C5B625A00890 */
Definition syscon/Count.h:22
constexpr unsigned int operator+(Count e)
Operator Overload - Convert Count enum to unsigned int.
Definition syscon/Count.h:37
Count
SYSCON Resource Count Enumeration.
Definition syscon/Count.h:76