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
*/
22
namespace
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
72
enum struct
mcxa153::chip::port::PassiveFilter
:
bool
{
107
DISABLE
= 0U,
108
157
ENABLE
= 1U
158
};
159
160
/* ***************************************************************************************
161
* End of file
162
*/
163
164
#endif
/* MCXA153_FB66C0D8_5A1A_4A98_8AAE_35F2E7902DC5 */
mcxa153::chip::port
Definition
Config.h:36
mcxa153::chip::port::PassiveFilter
PassiveFilter
GPIO Pin Passive Input Filter Configuration.
Definition
PassiveFilter.h:72
mcxa153::chip::port::InputBuffer::ENABLE
@ ENABLE
Digital Input Buffer Enabled.
mcxa153::chip::port::InputBuffer::DISABLE
@ DISABLE
Digital Input Buffer Disabled.
src
mcxa153
src
mcxa153
chip
port
PassiveFilter.h
產生者:
1.11.0