Searched refs:xTimerPendFunctionCallFromISR (Results 1 – 5 of 5) sorted by relevance
514 …xReturn = xTimerPendFunctionCallFromISR( vEventGroupClearBitsCallback, ( void * ) xEventGroup, ( u… in xEventGroupClearBitsFromISR()826 …xReturn = xTimerPendFunctionCallFromISR( vEventGroupSetBitsCallback, ( void * ) xEventGroup, ( uin… in xEventGroupSetBitsFromISR()
110 parameter to the xTimerPendFunctionCallFromISR API when the callback is
1236 BaseType_t xTimerPendFunctionCallFromISR( PendedFunction_t xFunctionToPend, in xTimerPendFunctionCallFromISR() function
1506 https://www.FreeRTOS.org/xTimerPendFunctionCallFromISR.html
1203 BaseType_t xTimerPendFunctionCallFromISR( PendedFunction_t xFunctionToPend,
Completed in 17 milliseconds