Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IP.c844 TickType_t uxBlockTime = uxBlockTimeTicks; in FreeRTOS_GetUDPPayloadBuffer_Multi() local
852 if( uxBlockTime > ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS ) in FreeRTOS_GetUDPPayloadBuffer_Multi()
854 uxBlockTime = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS; in FreeRTOS_GetUDPPayloadBuffer_Multi()
880 …rkBuffer = pxGetNetworkBufferWithDescriptor( uxPayloadOffset + uxRequestedSizeBytes, uxBlockTime ); in FreeRTOS_GetUDPPayloadBuffer_Multi()