![]() |
SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Public Attributes | |
| PendedFunction_t | func |
| void * | param1 |
| uint32_t | param2 |
Definition at line 817 of file freertos_stk.cpp.
| PendedFunction_t PendCall::func |
Definition at line 819 of file freertos_stk.cpp.
Referenced by FrtosPendDrainer::OnExpired().
| void* PendCall::param1 |
Definition at line 820 of file freertos_stk.cpp.
Referenced by FrtosPendDrainer::OnExpired().
| uint32_t PendCall::param2 |
Definition at line 821 of file freertos_stk.cpp.
Referenced by FrtosPendDrainer::OnExpired().