mFrame
載入中...
搜尋中...
無符合項目
ctimer0/MAT1.h
1
7#ifndef CORE_9BA52036_2E34_4E74_95D8_DD44D967C2BC
8#define CORE_9BA52036_2E34_4E74_95D8_DD44D967C2BC
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 MAT1 : unsigned int;
25
26 constexpr core::mux::Mux operator+(MAT1 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::MAT1 : unsigned int {
35 P0_3 = +core::mux::Mux::P0_3_CT0_MAT1,
36 P0_17 = +core::mux::Mux::P0_17_CT0_MAT1,
37 P2_13 = +core::mux::Mux::P2_13_CT0_MAT1
38};
39
40/* ***************************************************************************************
41 * End of file
42 */
43
44#endif /* CORE_9BA52036_2E34_4E74_95D8_DD44D967C2BC */
Definition ctimer0/MAT0.h:23