mFrame
載入中...
搜尋中...
無符合項目
Pull.h
1
7#ifndef MCXA153_71C2C547_7C0C_4E5E_AFBC_BEFFE0DE9B5B
8#define MCXA153_71C2C547_7C0C_4E5E_AFBC_BEFFE0DE9B5B
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 Pull : unsigned char;
24
36 constexpr unsigned char operator+(Pull e) {
37 return static_cast<unsigned char>(e);
38 }
39} // namespace mcxa153::chip::port
40
41/* ***************************************************************************************
42 * Class/Interface/Struct/Enum
43 */
44
72enum struct mcxa153::chip::port::Pull : unsigned char {
107 DISABLE = 0U,
108
150 DOWN = 2U,
151
205 UP = 3U
206};
207
208/* ***************************************************************************************
209 * End of file
210 */
211
212#endif /* MCXA153_71C2C547_7C0C_4E5E_AFBC_BEFFE0DE9B5B */
Definition Config.h:36
Pull
GPIO Pin Internal Pull Resistor Configuration.
Definition Pull.h:72
@ DISABLE
Digital Input Buffer Disabled.