![]() |
SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Interface for a platform event overrider. More...
#include <stk_common.h>
Public Member Functions | |
| virtual bool | OnSleep (Timeout sleep_ticks) |
| Called by the Kernel when it is entering a sleep mode. | |
| virtual bool | OnHardFault () |
| Called by Kernel when hard fault happens. | |
Interface for a platform event overrider.
Definition at line 842 of file stk_common.h.
|
inlinevirtual |
Called by Kernel when hard fault happens.
Reimplemented in EventOverrider.
Definition at line 854 of file stk_common.h.
|
inlinevirtual |
Called by the Kernel when it is entering a sleep mode.
Reimplemented in EventOverrider.
Definition at line 848 of file stk_common.h.
References STK_UNUSED.