Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_TCP_State_Handling.c1051 static const char * const pcStateNames[] = in FreeRTOS_GetTCPStateName() local
1069 if( ( xIndex < 0 ) || ( xIndex >= ARRAY_SIZE( pcStateNames ) ) ) in FreeRTOS_GetTCPStateName()
1072 xIndex = ARRAY_SIZE( pcStateNames ); in FreeRTOS_GetTCPStateName()
1076 return pcStateNames[ xIndex ]; in FreeRTOS_GetTCPStateName()