mbed library sources. Supersedes mbed-src.
Dependents: SPIne CH_Communicatuin_Test CH_Communicatuin_Test2 MCP_SPIne ... more
Fork of mbed-dev-f303 by
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 Tue Jul 12 2022 19:39:50 by
1.7.2
