Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
HDuncached_memory.c170 …uint32_t ulCurrentSize = ( ulBytesLeft > uncMINIMAL_MEMORY_SIZE ) ? uncMINIMAL_MEMORY_SIZE : ulByt… in vInitialiseUncachedMemory() local
172 ulBytesLeft -= ulCurrentSize; in vInitialiseUncachedMemory()
173 puc += ulCurrentSize; in vInitialiseUncachedMemory()