mFrame
載入中...
搜尋中...
無符合項目
ctimer2/MAT0.h
1
7#ifndef CORE_A0DC20DE_DDEC_4896_8358_7FBB13E68D29
8#define CORE_A0DC20DE_DDEC_4896_8358_7FBB13E68D29
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18#include "./../Mux.h"
19
20/* ***************************************************************************************
21 * Namespace
22 */
24 enum struct MAT0 : unsigned int;
25
26 constexpr core::mux::Mux operator+(MAT0 e) {
27 return static_cast<core::mux::Mux>(e);
28 }
29} // namespace core::mux::ctimer2
30
31/* ***************************************************************************************
32 * Class/Interface/Struct/Enum
33 */
34enum struct core::mux::ctimer2::MAT0 : unsigned int {
35 P1_10 = +core::mux::Mux::P1_10_CT2_MAT0,
36 P2_0 = +core::mux::Mux::P2_0_CT2_MAT0
37};
38
39/* ***************************************************************************************
40 * End of file
41 */
42
43#endif /* CORE_A0DC20DE_DDEC_4896_8358_7FBB13E68D29 */
Definition ctimer2/MAT0.h:23