mFrame
載入中...
搜尋中...
無符合項目
mcxa153/src/mcxa153/chip/port/InputBuffer.h
1
7#ifndef MCXA153_5D6DC8A9_3244_453B_9F6A_9E892F7D65FC
8#define MCXA153_5D6DC8A9_3244_453B_9F6A_9E892F7D65FC
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 InputBuffer : bool;
24
36 constexpr bool operator+(InputBuffer e) {
37 return static_cast<bool>(e);
38 }
39} // namespace mcxa153::chip::port
40
41/* ***************************************************************************************
42 * Class/Interface/Struct/Enum
43 */
44
95 DISABLE = 0U,
96
122 ENABLE = 1U
123};
124
125/* ***************************************************************************************
126 * End of file
127 */
128
129#endif /* MCXA153_5D6DC8A9_3244_453B_9F6A_9E892F7D65FC */
Definition Config.h:36
InputBuffer
GPIO Pin Digital Input Buffer Configuration.
Definition mcxa153/src/mcxa153/chip/port/InputBuffer.h:70
@ ENABLE
Digital Input Buffer Enabled.
@ DISABLE
Digital Input Buffer Disabled.