mFrame
載入中...
搜尋中...
無符合項目
lpspi0/PCS1.h
1
7#ifndef MCXA153_A37F7406_D272_41AC_8E5A_5A8B0E81E260
8#define MCXA153_A37F7406_D272_41AC_8E5A_5A8B0E81E260
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 PCS1 : 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
52 P0_6 = +core::mux::Mux::P0_6_LPSPI0_PCS1,
53 P1_6 = +core::mux::Mux::P1_6_LPSPI0_PCS1
54};
55
56/* ***************************************************************************************
57 * End of file
58 */
59
60#endif /* MCXA153_A37F7406_D272_41AC_8E5A_5A8B0E81E260 */
Definition lpspi0/PCS0.h:23
PCS1
LPSPI0 PCS1引腳選擇列舉
Definition lpspi0/PCS1.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