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