mFrame
載入中...
搜尋中...
無符合項目
SramOperateVoltage.h
1
7#ifndef MCXA153_CD9E60A0_6009_4354_AA97_E6DD103F7FEB
8#define MCXA153_CD9E60A0_6009_4354_AA97_E6DD103F7FEB
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 SramOperateVoltage : unsigned char;
24
25 constexpr unsigned char operator+(SramOperateVoltage e) {
26 return static_cast<unsigned char>(e);
27 }
28} // namespace mcxa153::chip::spc
29
30/* ***************************************************************************************
31 * Class/Interface/Struct/Enum
32 */
33
63enum struct mcxa153::chip::spc::SramOperateVoltage : unsigned char {
89 AT_1P0V = 0x1U,
90
116 AT_1P1V = 0x2U,
117
144 AT_1P2V = 0x3U
145};
146
147/* ***************************************************************************************
148 * End of file
149 */
150
151#endif /* MCXA153_CD9E60A0_6009_4354_AA97_E6DD103F7FEB */
Definition ActiveModeCoreLdoOption.h:24
constexpr unsigned char operator+(BandgapMode e)
Operator Overload - Convert BandgapMode enum to unsigned char.
Definition BandgapMode.h:36
SramOperateVoltage
SRAM Operating Voltage Enumeration.
Definition SramOperateVoltage.h:63
@ AT_1P0V
SRAM 1.0V Operation Mode.
@ AT_1P1V
SRAM 1.1V Operation Mode.
@ AT_1P2V
SRAM 1.2V Operation Mode.