Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtimers.h92 typedef void (* PendedFunction_t)( void *, typedef
1207 BaseType_t xTimerPendFunctionCallFromISR( PendedFunction_t xFunctionToPend,
1244 BaseType_t xTimerPendFunctionCall( PendedFunction_t xFunctionToPend,
Dmpu_prototypes.h192 BaseType_t MPU_xTimerPendFunctionCall( PendedFunction_t xFunctionToPend,
/hal_espressif-3.6.0/components/freertos/
Dtimers.c115 PendedFunction_t pxCallbackFunction; /* << The callback function to execute. */
1099 BaseType_t xTimerPendFunctionCallFromISR( PendedFunction_t xFunctionToPend, in xTimerPendFunctionCallFromISR()
1126 BaseType_t xTimerPendFunctionCall( PendedFunction_t xFunctionToPend, in xTimerPendFunctionCall()