Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 Mon Oct 24 2022 15:24:31 by
 1.7.2