mFrame
載入中...
搜尋中...
無符合項目
SCLS.h
1
7#ifndef MCXA153_BFB0EB63_E3EC_41B2_A119_BF1AC1628C2F
8#define MCXA153_BFB0EB63_E3EC_41B2_A119_BF1AC1628C2F
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16#include "./../../../core/mux/Mux.h"
17
18//----------------------------------------------------------------------------------------
19
20/* ***************************************************************************************
21 * Namespace
22 */
24 enum struct SCLS : unsigned int;
25
35 return static_cast<core::mux::Mux>(e);
36 }
37} // namespace mcxa153::core::mux::lpi2c0
38
39/* ***************************************************************************************
40 * Class/Interface/Struct/Enum
41 */
42
51enum struct mcxa153::core::mux::lpi2c0::SCLS : unsigned int {
52 P1_3 = +core::mux::Mux::P1_3_LPI2C0_SCLS,
53 P1_11 = +core::mux::Mux::P1_11_LPI2C0_SCLS
54};
55
56/* ***************************************************************************************
57 * End of file
58 */
59
60#endif /* MCXA153_BFB0EB63_E3EC_41B2_A119_BF1AC1628C2F */
Definition HREQ.h:23
constexpr mcxa153::core::mux::Mux operator+(HREQ e)
LPI2C0 HREQ引腳選擇列舉
Definition HREQ.h:34
SCLS
LPI2C0 SCLS引腳選擇列舉
Definition SCLS.h:51
Mux
MCXA153 引腳多功能選擇列舉
Definition core/mux/Mux.h:118