Searched refs:uxBlockTime (Results 1 – 1 of 1) sorted by relevance
670 TickType_t uxBlockTime = uxBlockTimeTicks; in FreeRTOS_GetUDPPayloadBuffer() local675 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()