mFrame
載入中...
搜尋中...
無符合項目
DriveStrengthDouble.h
1
7#ifndef MCXA153_5713EDB1_F671_4201_8F86_2F84E9027254
8#define MCXA153_5713EDB1_F671_4201_8F86_2F84E9027254
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 DriveStrengthDouble : bool;
24
37 constexpr bool operator+(DriveStrengthDouble e) {
38 return static_cast<bool>(e);
39 }
40} // namespace mcxa153::chip::port
41
42/* ***************************************************************************************
43 * Class/Interface/Struct/Enum
44 */
45
94 NORMAL = 0U,
95
122 DOUBLE = 1U
123};
124
125/* ***************************************************************************************
126 * End of file
127 */
128
129#endif /* MCXA153_5713EDB1_F671_4201_8F86_2F84E9027254 */
Definition Config.h:36
DriveStrengthDouble
GPIO Pin Double Drive Strength Configuration.
Definition DriveStrengthDouble.h:73
@ DOUBLE
Double Drive Strength Mode.