mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Embed: (wiki syntax)

« Back to documentation index

buffer_s Struct Reference

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 27 of file cmsis/BUILD/mbed/hal/buffer.h.


Field Documentation

void * buffer

the pointer to a buffer

Definition at line 28 of file cmsis/BUILD/mbed/hal/buffer.h.

size_t length

the buffer length

Definition at line 29 of file cmsis/BUILD/mbed/hal/buffer.h.

size_t pos

actual buffer position

Definition at line 30 of file cmsis/BUILD/mbed/hal/buffer.h.

uint8_t width

The buffer unit width (8, 16, 32, 64), used for proper *buffer casting.

Definition at line 31 of file cmsis/BUILD/mbed/hal/buffer.h.