mFrame
載入中...
搜尋中...
無符合項目
lpspi1/SCK.h
1
7#ifndef MCXA153_063281B3_5ADE_458F_9268_CC32E57E79D9
8#define MCXA153_063281B3_5ADE_458F_9268_CC32E57E79D9
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 SCK : uint32;
25
35 return static_cast<core::mux::Mux>(e);
36 }
37} // namespace mcxa153::core::mux::lpspi1
38
39/* ***************************************************************************************
40 * Class/Interface/Struct/Enum
41 */
42
51enum struct mcxa153::core::mux::lpspi1::SCK : uint32 {
52 P2_12 = +core::mux::Mux::P2_12_LPSPI1_SCK,
53 P3_10 = +core::mux::Mux::P3_10_LPSPI1_SCK
54};
55
56/* ***************************************************************************************
57 * End of file
58 */
59
60#endif /* MCXA153_063281B3_5ADE_458F_9268_CC32E57E79D9 */
Definition lpspi1/PCS0.h:23
constexpr mcxa153::core::mux::Mux operator+(PCS0 e)
LPSPI1 PCS0引腳選擇列舉
Definition lpspi1/PCS0.h:34
SCK
LPSPI1 SCK引腳選擇列舉
Definition lpspi1/SCK.h:51
Mux
MCXA153 引腳多功能選擇列舉
Definition core/mux/Mux.h:118