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

Arguments

pBuffer

buffers to be flushed.

BufferLength

buffer's length

Return value

None

References

LocationReferrerText
main.c:509
static void Flush_Buffer(uint8_t* pBuffer, uint16_t BufferLength)
main.c:59
static void Flush_Buffer(uint8_t* pBuffer, uint16_t BufferLength);
main.c:281main()
Flush_Buffer((uint8_t*)aRxBuffer,RXBUFFERSIZE);

Call Tree

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