Flush_Buffer() is only used within Master.
 
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:425

Arguments

pBuffer

buffers to be flushed.

BufferLength

buffer's length

Return value

None

References

LocationReferrerText
main.c:425
static void Flush_Buffer(uint8_t* pBuffer, uint16_t BufferLength)
main.c:67
static void Flush_Buffer(uint8_t* pBuffer, uint16_t BufferLength);
main.c:266main()
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()