Searched defs:xReceiveTimeOut (Results 1 – 11 of 11) sorted by relevance
116 static const TickType_t xReceiveTimeOut = portMAX_DELAY; in prvConnectionListeningTask() local170 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 5000 ); in prvServerConnectionInstance() local
94 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 4000 ); variable
161 static const TickType_t xReceiveTimeOut = portMAX_DELAY; in prvConnectionListeningTask() local221 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 5000 ); in prvServerConnectionInstance() local
92 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 4000 ); variable
91 const TickType_t xReceiveTimeOut = 50 / portTICK_RATE_MS; variable93 const TickType_t xReceiveTimeOut = 500 / portTICK_RATE_MS; variable
99 const portTickType xReceiveTimeOut = 500 / portTICK_RATE_MS; variable101 const portTickType xReceiveTimeOut = 1000 / portTICK_RATE_MS; variable
156 BaseType_t xReceiveTimeOut = pdMS_TO_TICKS( 0 ); in vStartNTPTask() local158 BaseType_t xReceiveTimeOut = pdMS_TO_TICKS( 5000 ); in vStartNTPTask() local
68 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 4000 ); variable
216 BaseType_t xReceiveTimeOut = pdMS_TO_TICKS( 0 ); in vStartNTPTask() local218 BaseType_t xReceiveTimeOut = pdMS_TO_TICKS( 5000 ); in vStartNTPTask() local
95 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 4000 ); variable
Completed in 31 milliseconds