mFrame
載入中...
搜尋中...
無符合項目
PullResistor.h
1
7#ifndef MCXA153_806263A8_0BD6_48FC_A9F0_E1E08D0F384F
8#define MCXA153_806263A8_0BD6_48FC_A9F0_E1E08D0F384F
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 PullResistor : bool;
24
36 constexpr bool operator+(PullResistor e) {
37 return static_cast<bool>(e);
38 }
39} // namespace mcxa153::chip::port
40
41/* ***************************************************************************************
42 * Class/Interface/Struct/Enum
43 */
44
111 LOW = 0U,
112
165 HIGH = 1U
166};
167
168/* ***************************************************************************************
169 * End of file
170 */
171
172#endif /* MCXA153_806263A8_0BD6_48FC_A9F0_E1E08D0F384F */
Definition Config.h:36
PullResistor
GPIO Pin Internal Pull Resistor Strength Configuration.
Definition PullResistor.h:71