Searched refs:NRF_802154_DIVIDE_AND_CEIL (Results 1 – 1 of 1) sorted by relevance
64 #define NRF_802154_DIVIDE_AND_CEIL(A, B) (((A) + (B)-1) / (B)) macro68 NRF_802154_DIVIDE_AND_CEIL( \