SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
PendCall Struct Reference

Public Attributes

PendedFunction_t func
void * param1
uint32_t param2

Detailed Description

Definition at line 817 of file freertos_stk.cpp.

Member Data Documentation

◆ func

PendedFunction_t PendCall::func

Definition at line 819 of file freertos_stk.cpp.

Referenced by FrtosPendDrainer::OnExpired().

◆ param1

void* PendCall::param1

Definition at line 820 of file freertos_stk.cpp.

Referenced by FrtosPendDrainer::OnExpired().

◆ param2

uint32_t PendCall::param2

Definition at line 821 of file freertos_stk.cpp.

Referenced by FrtosPendDrainer::OnExpired().


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