Home
last modified time | relevance | path

Searched refs:PendedFunction_t (Results 1 – 2 of 2) sorted by relevance

/Kernel-v10.6.2/include/
Dtimers.h91 typedef void (* PendedFunction_t)( void *, typedef
1201 BaseType_t xTimerPendFunctionCallFromISR( PendedFunction_t xFunctionToPend,
1238 BaseType_t xTimerPendFunctionCall( PendedFunction_t xFunctionToPend,
/Kernel-v10.6.2/
Dtimers.c106 PendedFunction_t pxCallbackFunction; /* << The callback function to execute. */
1065 BaseType_t xTimerPendFunctionCallFromISR( PendedFunction_t xFunctionToPend, in xTimerPendFunctionCallFromISR()
1092 BaseType_t xTimerPendFunctionCall( PendedFunction_t xFunctionToPend, in xTimerPendFunctionCall()