mFrame
載入中...
搜尋中...
無符合項目
PassiveFilter.h
1
7#ifndef MCXA153_FB66C0D8_5A1A_4A98_8AAE_35F2E7902DC5
8#define MCXA153_FB66C0D8_5A1A_4A98_8AAE_35F2E7902DC5
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 PassiveFilter : bool;
24
36 constexpr bool operator+(PassiveFilter e) {
37 return static_cast<bool>(e);
38 }
39} // namespace mcxa153::chip::port
40
41/* ***************************************************************************************
42 * Class/Interface/Struct/Enum
43 */
44
107 DISABLE = 0U,
108
157 ENABLE = 1U
158};
159
160/* ***************************************************************************************
161 * End of file
162 */
163
164#endif /* MCXA153_FB66C0D8_5A1A_4A98_8AAE_35F2E7902DC5 */
Definition Config.h:36
PassiveFilter
GPIO Pin Passive Input Filter Configuration.
Definition PassiveFilter.h:72
@ ENABLE
Digital Input Buffer Enabled.
@ DISABLE
Digital Input Buffer Disabled.