nRF5 SDK v17.1.0
Data Fields
nrf_queue_t Struct Reference

Instance of the queue. More...

#include <nrf_queue.h>

Data Fields

nrf_queue_cb_tp_cb
 Pointer to the instance control block.
 
void * p_buffer
 Pointer to the memory that is used as storage.
 
size_t size
 Size of the queue.
 
size_t element_size
 Size of one element.
 
nrf_queue_mode_t mode
 Mode of the queue.
 

Detailed Description

Instance of the queue.


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

Documentation feedback | Developer Zone | Subscribe | Updated