Microchip® Advanced Software Framework

buffer_tag Struct Reference

Buffer structure holding information of each buffer.

#include <bmm.h>

Data Fields

uint8_t * body
 Pointer to the buffer body. More...
 
struct buffer_tagnext
 Pointer to next free buffer. More...
 

uint8_t* buffer_tag::body

Pointer to the buffer body.

struct buffer_tag* buffer_tag::next

Pointer to next free buffer.