|
RTEMS CPU Kit with SuperCore
|
Simple Ring Buffer Functionality. More...
#include <rtems.h>
Go to the source code of this file.
Data Structures | |
| struct | Ring_buffer_t |
Simple Ring Buffer Functionality.
This file provides simple ring buffer functionality.
| #define Ring_buffer_Add_character | ( | _buffer, | |
| _ch | |||
| ) |
| #define Ring_buffer_Destory | ( | _buffer | ) |
| #define Ring_buffer_Initialize | ( | _buffer | ) |
| #define Ring_buffer_Remove_character | ( | _buffer, | |
| _ch | |||
| ) |
1.8.13