BSP
Fill_Buffer() is only used within BSP.
 
Symbols
loading...
Files
loading...

Fill_Buffer() function

Fills buffer with user predefined data.

Syntax

static void Fill_Buffer(uint16_t *pBuffer,     uint32_t uwBufferLenght,     uint32_t uwOffset);
Implemented in sram.c:240

Arguments

pBuffer

pointer on the buffer to fill

uwBufferLenght

size of the buffer to fill

uwOffset

first value to fill on the buffer

Return value

None

References

LocationReferrerText
sram.c:240
static void Fill_Buffer(uint16_t *pBuffer, uint32_t uwBufferLenght, uint32_t uwOffset)
sram.c:44
static void Fill_Buffer(uint16_t *pBuffer, uint32_t uwBufferLenght, uint32_t uwOffset);
sram.c:67SRAM_demo()
Fill_Buffer(sram_aTxBuffer, SRAM_BUFFER_SIZE, 0xC20F);
sram.c:133SRAM_demo()
Fill_Buffer(sram_aTxBuffer, SRAM_BUFFER_SIZE, 0x1234);

Call Tree

Functions calling Fill_Buffer()
all items filtered out
Fill_Buffer()
Data read by Fill_Buffer()
Data written by Fill_Buffer()
Fill_Buffer()
Fill_Buffer()::tmpIndex
all items filtered out
Type of Fill_Buffer()
Fill_Buffer()
uint32_t
all items filtered out