Mistake on this page?
Report an issue in GitHub or email us
Data Fields
buffer_s Struct Reference

Generic buffer structure. More...

#include <buffer.h>

Data Fields

void * buffer
 the pointer to a buffer More...
 
size_t length
 the buffer length More...
 
size_t pos
 actual buffer position More...
 
uint8_t width
 The buffer unit width (8, 16, 32, 64), used for proper *buffer casting. More...
 

Detailed Description

Generic buffer structure.

Definition at line 27 of file buffer.h.

Field Documentation

void* buffer

the pointer to a buffer

Definition at line 28 of file buffer.h.

size_t length

the buffer length

Definition at line 29 of file buffer.h.

size_t pos

actual buffer position

Definition at line 30 of file buffer.h.

uint8_t width

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

Definition at line 31 of file buffer.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.