mFrame
載入中...
搜尋中...
無符合項目
lpspi0/SCK.h
1
7#ifndef MCXA153_DC580135_0BC0_40FF_A1BE_05D8F7AC14FF
8#define MCXA153_DC580135_0BC0_40FF_A1BE_05D8F7AC14FF
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::lpspi0
38
39/* ***************************************************************************************
40 * Class/Interface/Struct/Enum
41 */
42
51enum struct mcxa153::core::mux::lpspi0::SCK : uint32 {
52 P0_2 = +core::mux::Mux::P0_2_LPSPI0_SCK,
53 P1_1 = +core::mux::Mux::P1_1_LPSPI0_SCK
54};
55
56/* ***************************************************************************************
57 * End of file
58 */
59
60#endif /* MCXA153_DC580135_0BC0_40FF_A1BE_05D8F7AC14FF */
Definition lpspi0/PCS0.h:23
SCK
LPSPI0 SCK時脈引腳選擇列舉
Definition lpspi0/SCK.h:51
constexpr mcxa153::core::mux::Mux operator+(PCS0 e)
LPSPI0 PCS0片選引腳選擇列舉
Definition lpspi0/PCS0.h:34
Mux
MCXA153 引腳多功能選擇列舉
Definition core/mux/Mux.h:118