Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_IP.c670 TickType_t uxBlockTime = uxBlockTimeTicks; in FreeRTOS_GetUDPPayloadBuffer() local
675 if( uxBlockTime > ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS ) in FreeRTOS_GetUDPPayloadBuffer()
677 uxBlockTime = ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS; in FreeRTOS_GetUDPPayloadBuffer()
681 …er = pxGetNetworkBufferWithDescriptor( sizeof( UDPPacket_t ) + uxRequestedSizeBytes, uxBlockTime ); in FreeRTOS_GetUDPPayloadBuffer()