7#ifndef CORE_CFDA1805_E0A7_4F00_906B_F2046472F77B
8#define CORE_CFDA1805_E0A7_4F00_906B_F2046472F77B
134 return *CoreInterrupt::vInstance;
Definition CoreInterrupt.h:31
static CoreInterrupt & getInstance(void)
取得該類單例實例。
Definition CoreInterrupt.h:133
static void instantiation(void)
類單例實例化。
void interruptEvent(void) override
硬體中斷觸發事件
void serviceEnable(Service service, bool enable)
啟用中斷服務事件
void setHandler(Service service, hal::InterruptEvent *runnable)
設定中斷服務事件。
hal::InterruptEvent * getHandler(Service service)
Get the Handler object.
Definition glikey/Mask.h:22
[Interface]硬體抽象層,硬體中斷觸發事件。
Definition InterruptEvent.h:35