PIC24 Support Libraries
|
Files | |
file | esos_cb.h |
Data Structures | |
struct | CBUFFER |
Functions | |
void | __esos_CB_WriteUINT8 (CBUFFER *pst_CBuffer, uint8_t u8_x) |
Writes byte data to a circular buffer
pst_CBuffer | pointer to structure (CBUFFER) describing the circular buffer |
u8_x | data to write to the circular buffer |