mFrame
載入中...
搜尋中...
無符合項目
InterruptConfig.h
1
7#ifndef CHIP_A33B7377_35AF_42D9_860D_2AF6A8318BEB
8#define CHIP_A33B7377_35AF_42D9_860D_2AF6A8318BEB
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace chip::gpio {
23 enum struct InterruptConfig : unsigned char;
24
25 constexpr unsigned char operator+(InterruptConfig e) {
26 return static_cast<unsigned char>(e);
27 }
28} // namespace chip::gpio
29
30/* ***************************************************************************************
31 * Class/Interface/Struct/Enum
32 */
49
50/* ***************************************************************************************
51 * End of file
52 */
53
54#endif /* CHIP_A33B7377_35AF_42D9_860D_2AF6A8318BEB */
Definition gpio/Count.h:22
InterruptConfig
Definition InterruptConfig.h:33