ChibiOS  21.6.0
ch_list Struct Reference

Structure representing a generic single link list header and element. More...

#include <chlists.h>

Collaboration diagram for ch_list:
Collaboration graph

Data Fields

ch_list_tnext
 Next in the list/queue.
More...
 

Detailed Description

Structure representing a generic single link list header and element.

Definition at line 56 of file chlists.h.

Field Documentation

◆ next

ch_list_t* ch_list::next

Next in the list/queue.

Definition at line 57 of file chlists.h.

Referenced by ch_list_init(), ch_list_isempty(), ch_list_link(), ch_list_notempty(), and ch_list_unlink().