mFrame
載入中...
搜尋中...
無符合項目
LowPowerRequestPinPolarity.h
1
7#ifndef MCXA153_AC136868_124A_4977_BC00_1F65A40A914A
8#define MCXA153_AC136868_124A_4977_BC00_1F65A40A914A
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 LowPowerRequestPinPolarity : unsigned char;
24
54 constexpr unsigned char operator+(LowPowerRequestPinPolarity e) {
55 return static_cast<unsigned char>(e);
56 }
57} // namespace mcxa153::chip::spc
58
59/* ***************************************************************************************
60 * Class/Interface/Struct/Enum
61 */
62
392 HIGH_TRUE_POLARITY = 0x0U,
393
562 LOW_TRUE_POLARITY = 0x1U
563};
564
565/* ***************************************************************************************
566 * End of file
567 */
568
569#endif /* MCXA153_AC136868_124A_4977_BC00_1F65A40A914A */
Definition ActiveModeCoreLdoOption.h:24
constexpr unsigned char operator+(BandgapMode e)
Operator Overload - Convert BandgapMode enum to unsigned char.
Definition BandgapMode.h:36
LowPowerRequestPinPolarity
Low Power Request Output Pin Polarity Configuration.
Definition LowPowerRequestPinPolarity.h:257