Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOSIPConfigDefaults.h1144 #ifndef ipconfigRA_SEARCH_TIME_OUT_MSEC
1145 #define ipconfigRA_SEARCH_TIME_OUT_MSEC ( 10000U ) macro
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_RA.c560 uxNewReloadTime = pdMS_TO_TICKS( ipconfigRA_SEARCH_TIME_OUT_MSEC ); in xRAProcess_HandleOtherStates()