Rtos API example
buffer_s Struct Reference
[Hal]
Generic buffer structure. More...
#include <buffer.h>
Data Fields | |
| 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. | |
Detailed Description
Generic buffer structure.
Definition at line 26 of file buffer.h.
Field Documentation
Generated on Sun Jul 17 2022 08:25:39 by
1.7.2