![]() |
nrfxlib API 3.3.99
|
| #define NRF_802154_BSMAP_MEMORY_SIZE | ( | key_size, | |
| value_size, | |||
| capacity ) |
Calculate the size of the memory needed to store keys in the BSMAP.
| [in] | key_size | The size of the key in bytes. |
| [in] | value_size | The size of the value associated with the key in bytes. |
| [in] | capacity | The capacity (maximum number of keys) of the BSMAP. |