Searched refs:xTimerQueue (Results 1 – 1 of 1) sorted by relevance
149 PRIVILEGED_DATA static QueueHandle_t xTimerQueue = NULL; variable249 if( xTimerQueue != NULL ) in xTimerCreateTimerTask()463 if( ( xTimerQueue != NULL ) && ( xTimer != NULL ) ) in xTimerGenericCommandFromTask()512 if( ( xTimerQueue != NULL ) && ( xTimer != NULL ) ) in xTimerGenericCommandFromISR()941 while( xQueueReceive( xTimerQueue, &xMessage, tmrNO_DELAY ) != pdFAIL ) in prvProcessReceivedCommands()1121 if( xTimerQueue == NULL ) in prvCheckForValidListAndQueue()1145 if( xTimerQueue != NULL ) in prvCheckForValidListAndQueue()1147 vQueueAddToRegistry( xTimerQueue, "TmrQ" ); in prvCheckForValidListAndQueue()1279 configASSERT( xTimerQueue ); in xTimerPendFunctionCall()1288 xReturn = xQueueSendToBack( xTimerQueue, &xMessage, xTicksToWait ); in xTimerPendFunctionCall()[all …]
Completed in 6 milliseconds