mFrame
載入中...
搜尋中...
無符合項目
SDAS.h
1
7#ifndef MCXA153_6C0F3FDB_C9E2_4FAF_A1BB_2B38A2AF4752
8#define MCXA153_6C0F3FDB_C9E2_4FAF_A1BB_2B38A2AF4752
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 SDAS : 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::SDAS : unsigned int {
52 P1_2 = +core::mux::Mux::P1_2_LPI2C0_SDAS,
53 P1_10 = +core::mux::Mux::P1_10_LPI2C0_SDAS
54};
55
56/* ***************************************************************************************
57 * End of file
58 */
59
60#endif /* MCXA153_6C0F3FDB_C9E2_4FAF_A1BB_2B38A2AF4752 */
Definition HREQ.h:23
constexpr mcxa153::core::mux::Mux operator+(HREQ e)
LPI2C0 HREQ引腳選擇列舉
Definition HREQ.h:34
SDAS
LPI2C0 SDAS引腳選擇列舉
Definition SDAS.h:51
Mux
MCXA153 引腳多功能選擇列舉
Definition core/mux/Mux.h:118