nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ NRF_802154_BSMAP_ENTRY_SIZE

#define NRF_802154_BSMAP_ENTRY_SIZE ( key_size,
value_size )
Value:
((key_size) + (value_size))

Calculate the size of a single entry (key + value) in the BSMAP.

This macro is internal but provided for NRF_802154_BSMAP_AUX_MEMORY_SIZE.

Parameters
[in]key_sizeThe size of the key in bytes.
[in]value_sizeThe size of the value associated with the key in bytes.