SuperTinyKernel™ RTOS 1.06.0
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
stk::PlatformRiscV::ISpecificEventHandler Class Referenceabstract

#include <stk_arch_risc-v.h>

Public Member Functions

virtual bool OnException (Word cause)=0
 Called by ISR handler on IRQ_XXX (see encoding.h).

Detailed Description

Definition at line 36 of file stk_arch_risc-v.h.

Member Function Documentation

◆ OnException()

virtual bool stk::PlatformRiscV::ISpecificEventHandler::OnException ( Word cause)
pure virtual

Called by ISR handler on IRQ_XXX (see encoding.h).

Note
if scheduler is not started and ecall is invoked then

The documentation for this class was generated from the following file: