![]() |
nRF5 SDK
v13.0.0
|
Choose documentation: | nRF5 SDK | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
Queue control block. More...
#include <nrf_queue.h>
Data Fields | |
volatile size_t | front |
Queue front index. | |
volatile size_t | back |
Queue back index. | |
size_t | max_utilization |
Maximum utilization of the queue. | |
Queue control block.