Morse Micro IoT SDK  2.9.7
mmpkt_list Struct Reference

Detailed Description

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

Definition at line 24 of file mmpkt_list.h.

#include <mmpkt_list.h>

Data Fields

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

Field Documentation

◆ head

struct mmpkt* volatile mmpkt_list::head

First mmpkt in the list.

Definition at line 27 of file mmpkt_list.h.

◆ len

volatile uint32_t mmpkt_list::len

Length of the list.

Definition at line 31 of file mmpkt_list.h.

◆ tail

struct mmpkt* volatile mmpkt_list::tail

Last mmpkt in the list.

Definition at line 29 of file mmpkt_list.h.


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