![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
This is the complete list of members for stk::IPlatform, including all inherited members.
| GetCallerSP() const =0 | stk::IPlatform | pure virtual |
| GetTickResolution() const =0 | stk::IPlatform | pure virtual |
| GetTid() const =0 | stk::IPlatform | pure virtual |
| Initialize(IEventHandler *event_handler, IKernelService *service, uint32_t resolution_us, Stack *exit_trap)=0 | stk::IPlatform | pure virtual |
| InitStack(EStackType stack_type, Stack *stack, IStackMemory *stack_memory, ITask *user_task)=0 | stk::IPlatform | pure virtual |
| ProcessHardFault()=0 | stk::IPlatform | pure virtual |
| ProcessTick()=0 | stk::IPlatform | pure virtual |
| SetEventOverrider(IEventOverrider *overrider)=0 | stk::IPlatform | pure virtual |
| Sleep(Timeout ticks)=0 | stk::IPlatform | pure virtual |
| SleepUntil(Ticks timestamp)=0 | stk::IPlatform | pure virtual |
| Start()=0 | stk::IPlatform | pure virtual |
| Stop()=0 | stk::IPlatform | pure virtual |
| SwitchToNext()=0 | stk::IPlatform | pure virtual |