mFrame
載入中...
搜尋中...
無符合項目
spc/Count.h
1
7#ifndef MCXA153_77951F1B_82BF_4464_A3D2_0DF028CE26EF
8#define MCXA153_77951F1B_82BF_4464_A3D2_0DF028CE26EF
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 Count : unsigned int;
24
37 constexpr unsigned int operator+(Count e) {
38 return static_cast<unsigned int>(e);
39 }
40} // namespace mcxa153::chip::spc
41
42/* ***************************************************************************************
43 * Class/Interface/Struct/Enum
44 */
45
64enum struct mcxa153::chip::spc::Count : unsigned int {
70 PD_STATUS = 1U
71};
72
73/* ***************************************************************************************
74 * End of file
75 */
76
77#endif /* MCXA153_77951F1B_82BF_4464_A3D2_0DF028CE26EF */
Definition ActiveModeCoreLdoOption.h:24
Count
SPC Count Enumeration Enumeration for configuring the count of SPC (System Power Controller) status r...
Definition spc/Count.h:64
@ PD_STATUS
PD_STATUS - SPC_PD_STATUS.
constexpr unsigned char operator+(BandgapMode e)
Operator Overload - Convert BandgapMode enum to unsigned char.
Definition BandgapMode.h:36