mFrame
載入中...
搜尋中...
無符合項目
LowPowerRequestOutputOverride.h
1
7#ifndef MCXA153_8CF9BB85_93C0_42AC_9C81_65BC30021316
8#define MCXA153_8CF9BB85_93C0_42AC_9C81_65BC30021316
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 LowPowerRequestOutputOverride : unsigned char;
24
55 constexpr unsigned char operator+(LowPowerRequestOutputOverride e) {
56 return static_cast<unsigned char>(e);
57 }
58} // namespace mcxa153::chip::spc
59
60/* ***************************************************************************************
61 * Class/Interface/Struct/Enum
62 */
63
294 NOT_FORCED = 0x0U,
295
347 RESERVED = 0x1U,
348
464 FORCED_LOW = 0x2U,
465
630 FORCED_HIGH = 0x3U
631};
632
633/* ***************************************************************************************
634 * End of file
635 */
636
637#endif /* MCXA153_8CF9BB85_93C0_42AC_9C81_65BC30021316 */
Definition ActiveModeCoreLdoOption.h:24
constexpr unsigned char operator+(BandgapMode e)
Operator Overload - Convert BandgapMode enum to unsigned char.
Definition BandgapMode.h:36
LowPowerRequestOutputOverride
Low Power Request Output Override Control Options.
Definition LowPowerRequestOutputOverride.h:222