Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP.h417 const char * FreeRTOS_GetTCPStateName( UBaseType_t ulState );
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_State_Handling.c1049 const char * FreeRTOS_GetTCPStateName( UBaseType_t ulState ) in FreeRTOS_GetTCPStateName() argument
1067 BaseType_t xIndex = ( BaseType_t ) ulState; in FreeRTOS_GetTCPStateName()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c175 uint32_t ulState ) in set_error_state() argument
177 heth->gState = ulState; in set_error_state()