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

◆ NRF_802154_BSMAP_AUX_MEMORY_SIZE

#define NRF_802154_BSMAP_AUX_MEMORY_SIZE ( key_size,
value_size )
Value:
NRF_802154_BSMAP_ENTRY_SIZE((key_size), (value_size))
#define NRF_802154_BSMAP_ENTRY_SIZE(key_size, value_size)
Calculate the size of a single entry (key + value) in the BSMAP.
Definition nrf_802154_bsmap.h:159

Calculate the size of the auxiliary memory needed for the BSMAP.

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