mFrame
載入中...
搜尋中...
無符合項目
InterruptEvent.h
1
7#ifndef MFRAME_9E61DE90_7223_4EE7_BB33_FE3C45509F28
8#define MFRAME_9E61DE90_7223_4EE7_BB33_FE3C45509F28
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "./../ufm/package-info.h"
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22
23namespace hal {
24 struct InterruptEvent;
25} // namespace hal
26
27/* ***************************************************************************************
28 * Class/Interface/Struct/Enum
29 */
30
38 /* *************************************************************************************
39 * Method
40 */
41
47 virtual void interruptEvent(void) abstract;
48};
49
50/* ***************************************************************************************
51 * End of file
52 */
53
54#endif /* MFRAME_9E61DE90_7223_4EE7_BB33_FE3C45509F28 */
Definition AnalogInputPin.h:22
[Interface] 硬體中斷事件介面
Definition InterruptEvent.h:37
virtual void interruptEvent(void) override
硬體中斷觸發事件處理方法