Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC54018/
HDNetworkInterface.c374 __ALIGN_BEGIN static uint32_t buffers[ ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS ][ ( ipBUFFER_PADDING… variable
379 … pxNetworkBuffers[ x ].pucEthernetBuffer = ( uint8_t * ) &buffers[ x ][ 0 ] + ipBUFFER_PADDING; in vNetworkInterfaceAllocateRAMToBuffers()
380 buffers[ x ][ 0 ] = ( uint32_t ) &pxNetworkBuffers[ x ]; in vNetworkInterfaceAllocateRAMToBuffers()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
HDreadme.md95 …` and `ETH_TXBUFNB` depends on the speed of the CPU. These macro's define the number of DMA buffers
96 for reception and for transmission. In general, if the CPU is very fast, you will need less buffers
103 Having well aligned buffers is important for CPU with memory cache. Often the caching system divide…
104 When two buffers share the same cache buffer, you are bound to see data errors.
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
HDtcp_mem_stats.md36 A socket that has 2 stream buffers counts as 3 objects ( needing 3 x 16 = 48 bytes to store their p…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
HDreadme.md12 of the TCP buffers and TCP window sizes.
/FreeRTOS-Plus-TCP-v4.0.0/
HDHistory.txt192 + Improvements to the Zynq network driver. DMA transmission buffers now use
193 a counting semaphore. When all TX-buffers are in-use, the IP-task will
326 of network buffers that have ever existed since the application started