Home
last modified time | relevance | path

Searched refs:NRF_802154_DIVIDE_AND_CEIL (Results 1 – 1 of 1) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_utils.h64 #define NRF_802154_DIVIDE_AND_CEIL(A, B) (((A) + (B)-1) / (B)) macro
68 NRF_802154_DIVIDE_AND_CEIL( \