mFrame
載入中...
搜尋中...
無符合項目
VoltageRange.h
1
7#ifndef MCXA153_7A3D7838_5721_4FD5_8D48_B7152B326E2D
8#define MCXA153_7A3D7838_5721_4FD5_8D48_B7152B326E2D
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace mcxa153::chip::port {
23 enum struct VoltageRange : bool;
24
36 constexpr bool operator+(VoltageRange e) {
37 return static_cast<bool>(e);
38 }
39} // namespace mcxa153::chip::port
40
41/* ***************************************************************************************
42 * Class/Interface/Struct/Enum
43 */
44
124 RANGE_1V71_3V6 = 0x0U,
125
192 RANGE_2V70_3V6 = 0x1U
193};
194
195/* ***************************************************************************************
196 * End of file
197 */
198
199#endif /* MCXA153_7A3D7838_5721_4FD5_8D48_B7152B326E2D */
Definition Config.h:36
VoltageRange
GPIO Port Operating Voltage Range Configuration.
Definition VoltageRange.h:73