mFrame
載入中...
搜尋中...
無符合項目
ctimer1/MAT0.h
1
7#ifndef CORE_378C01C2_421F_4E3C_A939_AA51BDAADDA4
8#define CORE_378C01C2_421F_4E3C_A939_AA51BDAADDA4
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::ctimer1
30
31/* ***************************************************************************************
32 * Class/Interface/Struct/Enum
33 */
34enum struct core::mux::ctimer1::MAT0 : unsigned int {
35 P1_2 = +core::mux::Mux::P1_2_CT1_MAT0,
36 P2_4 = +core::mux::Mux::P2_4_CT1_MAT0,
37 P3_10 = +core::mux::Mux::P3_10_CT1_MAT0
38};
39
40/* ***************************************************************************************
41 * End of file
42 */
43
44#endif /* CORE_378C01C2_421F_4E3C_A939_AA51BDAADDA4 */
Definition ctimer1/MAT0.h:23