csp_buffer.h File Reference
Go to the source code of this file.
Functions | |
int | csp_buffer_init (int count, int size) |
void * | csp_buffer_get (size_t size) |
void * | csp_buffer_get_isr (size_t buf_size) |
void | csp_buffer_free (void *packet) |
void | csp_buffer_free_isr (void *packet) |
void * | csp_buffer_clone (void *buffer) |
int | csp_buffer_remaining (void) |
int | csp_buffer_size (void) |