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
*/
22
namespace
mcxa153::chip::syscon
{
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
*/
76
enum 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 */
mcxa153::chip::syscon
Definition
syscon/Count.h:22
mcxa153::chip::syscon::operator+
constexpr unsigned int operator+(Count e)
Operator Overload - Convert Count enum to unsigned int.
Definition
syscon/Count.h:37
mcxa153::chip::syscon::Count
Count
SYSCON Resource Count Enumeration.
Definition
syscon/Count.h:76
src
mcxa153
src
mcxa153
chip
syscon
Count.h
產生者:
1.11.0