mFrame
載入中...
搜尋中...
無符合項目
ctimer1/MAT3.h
1
7#ifndef MCXA153_8156CA0F_F6A6_4DC0_A997_22021D982033
8#define MCXA153_8156CA0F_F6A6_4DC0_A997_22021D982033
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 MAT3 : unsigned int;
25
35 return static_cast<core::mux::Mux>(e);
36 }
37} // namespace mcxa153::core::mux::ctimer1
38
39/* ***************************************************************************************
40 * Class/Interface/Struct/Enum
41 */
50enum struct mcxa153::core::mux::ctimer1::MAT3 : unsigned int {
51 P1_5 = +core::mux::Mux::P1_5_CT1_MAT3,
52 P2_7 = +core::mux::Mux::P2_7_CT1_MAT3,
53 P3_13 = +core::mux::Mux::P3_13_CT1_MAT3
54};
55
56/* ***************************************************************************************
57 * End of file
58 */
59
60#endif /* MCXA153_8156CA0F_F6A6_4DC0_A997_22021D982033 */
Definition ctimer1/MAT0.h:23
constexpr mcxa153::core::mux::Mux operator+(MAT0 e)
CTIMER1 MAT0引腳選擇列舉
Definition ctimer1/MAT0.h:34
MAT3
CTIMER1 MAT3引腳選擇列舉
Definition ctimer1/MAT3.h:50
Mux
MCXA153 引腳多功能選擇列舉
Definition core/mux/Mux.h:118