mFrame
載入中...
搜尋中...
無符合項目
SCLS.h
1
7#ifndef CORE_BFB0EB63_E3EC_41B2_A119_BF1AC1628C2F
8#define CORE_BFB0EB63_E3EC_41B2_A119_BF1AC1628C2F
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::lpi2c0 {
24 enum struct SCLS : unsigned int;
25
26 constexpr core::mux::Mux operator+(SCLS e) {
27 return static_cast<core::mux::Mux>(e);
28 }
29} // namespace core::mux::lpi2c0
30
31/* ***************************************************************************************
32 * Class/Interface/Struct/Enum
33 */
34enum struct core::mux::lpi2c0::SCLS : unsigned int {
35 P1_3 = +core::mux::Mux::P1_3_LPI2C0_SCLS,
36 P1_11 = +core::mux::Mux::P1_11_LPI2C0_SCLS
37};
38
39/* ***************************************************************************************
40 * End of file
41 */
42
43#endif /* CORE_BFB0EB63_E3EC_41B2_A119_BF1AC1628C2F */
Definition HREQ.h:23