Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dtimers.h89 typedef void (* PendedFunction_t)( void * arg1, typedef
1200 BaseType_t xTimerPendFunctionCallFromISR( PendedFunction_t xFunctionToPend,
1239 BaseType_t xTimerPendFunctionCall( PendedFunction_t xFunctionToPend,
/Kernel-v11.1.0/
Dtimers.c115 PendedFunction_t pxCallbackFunction; /* << The callback function to execute. */
1233 BaseType_t xTimerPendFunctionCallFromISR( PendedFunction_t xFunctionToPend, in xTimerPendFunctionCallFromISR()
1263 BaseType_t xTimerPendFunctionCall( PendedFunction_t xFunctionToPend, in xTimerPendFunctionCall()