ChibiOS
21.6.0
|
Structure representing a generic single link list header and element. More...
#include <chlists.h>
Data Fields | |
ch_list_t * | next |
Next in the list/queue. More... | |
Structure representing a generic single link list header and element.
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().