Structure holds the information related to the ring. More...
#include <co_ring.h>
Data Fields | |
| uint8_t | free_idx |
| Used index from the heap. | |
| uint8_t | used_idx |
| Free index from the heap. | |
| uint8_t | used_count |
| Number of used elements. | |
| uint8_t | max_count |
| Total number of elements in ring. | |
Structure holds the information related to the ring.
Definition at line 48 of file co_ring.h.
1.6.1