mFrame
載入中...
搜尋中...
無符合項目
ctimer0/MAT2.h
1
7#ifndef MCXA153_D3827A2E_33C1_407F_911D_87536B06E14B
8#define MCXA153_D3827A2E_33C1_407F_911D_87536B06E14B
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 MAT2 : unsigned int;
25
35 return static_cast<core::mux::Mux>(e);
36 }
37} // namespace mcxa153::core::mux::ctimer0
38
39/* ***************************************************************************************
40 * Class/Interface/Struct/Enum
41 */
42
51enum struct mcxa153::core::mux::ctimer0::MAT2 : unsigned int {
52 P1_0 = +core::mux::Mux::P1_0_CT0_MAT2,
53 P1_8 = +core::mux::Mux::P1_8_CT0_MAT2,
54 P2_16 = +core::mux::Mux::P2_16_CT0_MAT2,
55 P3_30 = +core::mux::Mux::P3_30_CT0_MAT2
56};
57
58/* ***************************************************************************************
59 * End of file
60 */
61
62#endif /* MCXA153_D3827A2E_33C1_407F_911D_87536B06E14B */
Definition ctimer0/MAT0.h:23
constexpr mcxa153::core::mux::Mux operator+(MAT0 e)
CTIMER0 MAT0輸出引腳選擇列舉
Definition ctimer0/MAT0.h:34
MAT2
CTIMER0 MAT2輸出引腳選擇列舉
Definition ctimer0/MAT2.h:51
Mux
MCXA153 引腳多功能選擇列舉
Definition core/mux/Mux.h:118