Morse Micro IoT SDK  2.9.7
mmbuf_list Struct Reference

Detailed Description

Structure that can be used as the head of a linked list of mmbufs that counts its length.

Definition at line 326 of file mmbuf.h.

#include <mmbuf.h>

Data Fields

struct mmbuf *volatile head
 First mmbuf in the list. More...
 
struct mmbuf *volatile tail
 Last mmbuf in the list. More...
 
volatile uint32_t len
 Length of the list. More...
 

Field Documentation

◆ head

struct mmbuf* volatile mmbuf_list::head

First mmbuf in the list.

Definition at line 329 of file mmbuf.h.

◆ len

volatile uint32_t mmbuf_list::len

Length of the list.

Definition at line 333 of file mmbuf.h.

◆ tail

struct mmbuf* volatile mmbuf_list::tail

Last mmbuf in the list.

Definition at line 331 of file mmbuf.h.


The documentation for this struct was generated from the following file: