Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_IP.c205 static TaskHandle_t xIPTaskHandle = NULL; variable
514 return xIPTaskHandle; in FreeRTOS_GetIPTaskHandle()
800 xIPTaskHandle = xTaskCreateStatic( prvIPTask, in FreeRTOS_IPInit()
808 if( xIPTaskHandle != NULL ) in FreeRTOS_IPInit()
820 &( xIPTaskHandle ) ); in FreeRTOS_IPInit()