nRF5 SDK v17.1.0
Data Fields
sys_queue_item_s Struct Reference

Queue item descriptor. More...

#include <sys_queue.h>

Data Fields

struct sys_queue_item_snext
 

Detailed Description

Queue item descriptor.

In order to store any user data struct in a queue, the user struct should contain a field of type 'sys_queue_item_t'. This field may be at any offset. The user data item can be cast from the queue item, by the GET_PARENT_BY_FIELD() macro from sys_utils.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated