Generic buffer structure.
More...
#include <buffer.h>
|
| void * | buffer |
| | the pointer to a buffer
|
| |
| size_t | length |
| | the buffer length
|
| |
| size_t | pos |
| | actual buffer position
|
| |
| uint8_t | width |
| | The buffer unit width (8, 16, 32, 64), used for proper *buffer casting.
|
| |
Generic buffer structure.
Definition at line 27 of file buffer.h.
◆ buffer
the pointer to a buffer
Definition at line 28 of file buffer.h.
◆ length
the buffer length
Definition at line 29 of file buffer.h.
◆ pos
actual buffer position
Definition at line 30 of file buffer.h.
◆ width
The buffer unit width (8, 16, 32, 64), used for proper *buffer casting.
Definition at line 31 of file buffer.h.