mFrame
載入中...
搜尋中...
無符合項目
ctimer0/MAT3.h
1
7#ifndef MCXA153_AD4DBAAF_7F15_469E_A661_43878B8BA947
8#define MCXA153_AD4DBAAF_7F15_469E_A661_43878B8BA947
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::ctimer0
38
39/* ***************************************************************************************
40 * Class/Interface/Struct/Enum
41 */
42
51enum struct mcxa153::core::mux::ctimer0::MAT3 : unsigned int {
52 P1_1 = +core::mux::Mux::P1_1_CT0_MAT3,
53 P1_9 = +core::mux::Mux::P1_9_CT0_MAT3,
54 P3_31 = +core::mux::Mux::P3_31_CT0_MAT3
55};
56
57/* ***************************************************************************************
58 * End of file
59 */
60
61#endif /* MCXA153_AD4DBAAF_7F15_469E_A661_43878B8BA947 */
Definition ctimer0/MAT0.h:23
MAT3
CTIMER0 MAT3輸出引腳選擇列舉
Definition ctimer0/MAT3.h:51
constexpr mcxa153::core::mux::Mux operator+(MAT0 e)
CTIMER0 MAT0輸出引腳選擇列舉
Definition ctimer0/MAT0.h:34
Mux
MCXA153 引腳多功能選擇列舉
Definition core/mux/Mux.h:118