mFrame
載入中...
搜尋中...
無符合項目
ctimer0/MAT2.h
1
7#ifndef CORE_D3827A2E_33C1_407F_911D_87536B06E14B
8#define CORE_D3827A2E_33C1_407F_911D_87536B06E14B
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::ctimer0 {
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::ctimer0
30
31/* ***************************************************************************************
32 * Class/Interface/Struct/Enum
33 */
34enum struct core::mux::ctimer0::MAT2 : unsigned int {
35 P1_0 = +core::mux::Mux::P1_0_CT0_MAT2,
36 P1_8 = +core::mux::Mux::P1_8_CT0_MAT2,
37 P2_16 = +core::mux::Mux::P2_16_CT0_MAT2,
38 P3_30 = +core::mux::Mux::P3_30_CT0_MAT2
39};
40
41/* ***************************************************************************************
42 * End of file
43 */
44
45#endif /* CORE_D3827A2E_33C1_407F_911D_87536B06E14B */
Definition ctimer0/MAT0.h:23