mFrame
載入中...
搜尋中...
無符合項目
ctimer1/MAT2.h
1
7#ifndef MCXA153_B16B92EE_E7DC_4CF5_8999_E37DB039C64D
8#define MCXA153_B16B92EE_E7DC_4CF5_8999_E37DB039C64D
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::ctimer1
38
39/* ***************************************************************************************
40 * Class/Interface/Struct/Enum
41 */
42
51enum struct mcxa153::core::mux::ctimer1::MAT2 : unsigned int {
52 P1_4 = +core::mux::Mux::P1_4_CT1_MAT2,
53 P2_6 = +core::mux::Mux::P2_6_CT1_MAT2,
54 P3_12 = +core::mux::Mux::P3_12_CT1_MAT2
55};
56
57/* ***************************************************************************************
58 * End of file
59 */
60
61#endif /* MCXA153_B16B92EE_E7DC_4CF5_8999_E37DB039C64D */
Definition ctimer1/MAT0.h:23
MAT2
CTIMER1 MAT2引腳選擇列舉
Definition ctimer1/MAT2.h:51
constexpr mcxa153::core::mux::Mux operator+(MAT0 e)
CTIMER1 MAT0引腳選擇列舉
Definition ctimer1/MAT0.h:34
Mux
MCXA153 引腳多功能選擇列舉
Definition core/mux/Mux.h:118