nrfxlib API 3.3.99
Loading...
Searching...
No Matches
nrf_802154_bsmap_iterator_t Struct Reference

Type of an iterator used to iterate over the BSMAP. More...

#include <nrf_802154_bsmap.h>

Data Fields

int32_t index
 Index to an internal array.
 
bool forward
 Indicates if direction of iteration is forward.
 
bool deleted
 Indicates if entry at index has been deleted.
 
nrf_802154_bsmap_t * p_bsmap
 Pointer to the BSMAP the iterator is iterating over.
 

Detailed Description

Type of an iterator used to iterate over the BSMAP.

Note
Do not modify the fields directly, use the API functions only.

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