mFrame
載入中...
搜尋中...
無符合項目
VoltageDetectFlag.h
1
7#ifndef MCXA153_E2E8F71D_9EC8_4382_B0B4_D6D408483BB2
8#define MCXA153_E2E8F71D_9EC8_4382_B0B4_D6D408483BB2
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16#include "./../spc/Mask.h"
17
18//----------------------------------------------------------------------------------------
19
20/* ***************************************************************************************
21 * Namespace
22 */
23namespace mcxa153::chip::spc {
24 enum struct VoltageDetectFlag : unsigned int;
25}
26
27/* ***************************************************************************************
28 * Class/Interface/Struct/Enum
29 */
30
64enum struct mcxa153::chip::spc::VoltageDetectFlag : unsigned int {
94 SYSTEM_VDD_HIGH = +Mask::VD_STAT_SYSVDD_HVDF,
95
125 SYSTEM_VDD_LOW = +Mask::VD_STAT_SYSVDD_LVDF,
126
157 CORE_VDD_LOW = +Mask::VD_STAT_COREVDD_LVDF
158};
159
160/* ***************************************************************************************
161 * End of file
162 */
163
164#endif /* MCXA153_E2E8F71D_9EC8_4382_B0B4_D6D408483BB2 */
Definition ActiveModeCoreLdoOption.h:24
VoltageDetectFlag
Voltage Detection Status Flag Enumeration.
Definition VoltageDetectFlag.h:64
@ CORE_VDD_LOW
Core VDD Low Voltage Detection Flag.
@ SYSTEM_VDD_HIGH
System VDD High Voltage Detection Flag.
@ SYSTEM_VDD_LOW
System VDD Low Voltage Detection Flag.