![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
Queue item descriptor. More...
#include <sys_queue.h>
Data Fields | |
struct sys_queue_item_s * | next |
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.