mFrame
載入中...
搜尋中...
無符合項目
SDAS.h
1
7#ifndef CORE_6C0F3FDB_C9E2_4FAF_A1BB_2B38A2AF4752
8#define CORE_6C0F3FDB_C9E2_4FAF_A1BB_2B38A2AF4752
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 SDAS : unsigned int;
25
26 constexpr core::mux::Mux operator+(SDAS 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::SDAS : unsigned int {
35 P1_2 = +core::mux::Mux::P1_2_LPI2C0_SDAS,
36 P1_10 = +core::mux::Mux::P1_10_LPI2C0_SDAS
37};
38
39/* ***************************************************************************************
40 * End of file
41 */
42
43#endif /* CORE_6C0F3FDB_C9E2_4FAF_A1BB_2B38A2AF4752 */
Definition HREQ.h:23