nrfxlib API 2.7.99
Loading...
Searching...
No Matches
nrf_802154_queue_t Struct Reference

Module implementing simple FIFO queue. More...

#include <nrf_802154_queue.h>

Data Fields

void * p_memory
 Pointer to items memory of the queue.
 
uint8_t item_size
 Size of an item in the queue.
 
uint8_t capacity
 Maximum number of items that can be stored in the memory of the queue.
 
volatile uint8_t wridx
 Index in the items memory of the queue where next item is written.
 
volatile uint8_t rdidx
 Index in the items memory of the queue where next item is read.
 

Detailed Description

Module implementing simple FIFO queue.

Type representing a FIFO queue.


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