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