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
*/
22
namespace
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
70
enum struct
mcxa153::chip::port::InputBuffer
:
bool
{
95
DISABLE
= 0U,
96
122
ENABLE
= 1U
123
};
124
125
/* ***************************************************************************************
126
* End of file
127
*/
128
129
#endif
/* MCXA153_5D6DC8A9_3244_453B_9F6A_9E892F7D65FC */
mcxa153::chip::port
Definition
Config.h:36
mcxa153::chip::port::InputBuffer
InputBuffer
GPIO Pin Digital Input Buffer Configuration.
Definition
mcxa153/src/mcxa153/chip/port/InputBuffer.h:70
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
InputBuffer.h
產生者:
1.11.0