![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Instance of the queue. More...
#include <nrf_queue.h>
Data Fields | |
| nrf_queue_cb_t * | p_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. | |
Instance of the queue.