mFrame
載入中...
搜尋中...
無符合項目
Lock.h
1
7#ifndef MCXA153_F0347BEF_061B_4DA8_82F8_09315D6F7235
8#define MCXA153_F0347BEF_061B_4DA8_82F8_09315D6F7235
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 Lock : bool;
24
36 constexpr bool operator+(Lock e) {
37 return static_cast<bool>(e);
38 }
39} // namespace mcxa153::chip::port
40
41/* ***************************************************************************************
42 * Class/Interface/Struct/Enum
43 */
44
72enum struct mcxa153::chip::port::Lock : bool {
102 UNLOCK = 0U,
103
142 LOCK = 1U
143};
144
145/* ***************************************************************************************
146 * End of file
147 */
148
149#endif /* MCXA153_F0347BEF_061B_4DA8_82F8_09315D6F7235 */
Definition Config.h:36
Lock
GPIO Pin Control Register Lock Configuration.
Definition Lock.h:72