ChibiOS  21.6.0
ch_queue Struct Reference

Structure representing a generic bidirectional linked list header and element. More...

#include <chlists.h>

Collaboration diagram for ch_queue:
Collaboration graph

Data Fields

ch_queue_tnext
 Next in the list/queue.
More...
 
ch_queue_tprev
 Previous in the queue.
More...
 

Detailed Description

Structure representing a generic bidirectional linked list header and element.

Definition at line 69 of file chlists.h.

Field Documentation

◆ next

◆ prev

ch_queue_t* ch_queue::prev

Previous in the queue.

Definition at line 71 of file chlists.h.

Referenced by ch_queue_dequeue(), ch_queue_fifo_remove(), ch_queue_init(), ch_queue_insert(), and ch_queue_lifo_remove().