mFrame
載入中...
搜尋中...
無符合項目
PowerDomainID.h
1
7#ifndef MCXA153_D40414D0_C7A8_4525_8DD8_40CAE1FDD2DC
8#define MCXA153_D40414D0_C7A8_4525_8DD8_40CAE1FDD2DC
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace mcxa153::chip::spc {
23 enum struct PowerDomainID : unsigned char;
24
25 constexpr unsigned char operator+(PowerDomainID e) {
26 return static_cast<unsigned char>(e);
27 }
28} // namespace mcxa153::chip::spc
29
30/* ***************************************************************************************
31 * Class/Interface/Struct/Enum
32 */
57enum struct mcxa153::chip::spc::PowerDomainID : unsigned char {
82 DOMAIN0 = 0U,
83
108 DOMAIN1 = 1U
109};
110
111/* ***************************************************************************************
112 * End of file
113 */
114
115#endif /* MCXA153_D40414D0_C7A8_4525_8DD8_40CAE1FDD2DC */
Definition ActiveModeCoreLdoOption.h:24
constexpr unsigned char operator+(BandgapMode e)
Operator Overload - Convert BandgapMode enum to unsigned char.
Definition BandgapMode.h:36
PowerDomainID
Power Domain Identifier Enumeration.
Definition PowerDomainID.h:57
@ DOMAIN1
Power Domain 1 Identifier.
@ DOMAIN0
Power Domain 0 Identifier.