ChibiOS 21.11.4
|
Structure representing a generic bidirectional linked list header and element. More...
#include <chlists.h>
Data Fields | |
ch_queue_t * | next |
Next in the list/queue. | |
ch_queue_t * | prev |
Previous in the queue. |
Structure representing a generic bidirectional linked list header and element.
ch_queue_t* ch_queue::next |
Next in the list/queue.
Definition at line 70 of file chlists.h.
Referenced by ch_queue_dequeue(), ch_queue_fifo_remove(), ch_queue_init(), ch_queue_insert(), ch_queue_isempty(), ch_queue_lifo_remove(), ch_queue_notempty(), ch_sch_prio_insert(), chMsgIsPendingI(), chMtxUnlock(), chMtxUnlockS(), chRegNextThread(), and chSysIntegrityCheckI().
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(), ch_queue_lifo_remove(), ch_sch_prio_insert(), and chSysIntegrityCheckI().