Flush_Buffer() is only used within SPI_FullDuplex_AdvComPolling.
 
Symbols
loading...
Files
loading...

Flush_Buffer() function

Flushes the buffer

Syntax

static void Flush_Buffer(uint8_t* pBuffer,     uint16_t BufferLength);
Implemented in main.c:592

Arguments

pBuffer

buffers to be flushed.

BufferLength

buffer's length

Return value

None

References

LocationReferrerText
main.c:592
static void Flush_Buffer(uint8_t* pBuffer, uint16_t BufferLength)
main.c:79
static void Flush_Buffer(uint8_t* pBuffer, uint16_t BufferLength);
main.c:299main()
Flush_Buffer(aRxBuffer, DATA_LENGTH);

Call Tree

Functions calling Flush_Buffer()
all items filtered out
Flush_Buffer()
Data read by Flush_Buffer()
Data written by Flush_Buffer()
Flush_Buffer()