Searched refs:NRF_802154_SL_DIVIDE_AND_CEIL (Results 1 – 1 of 1) sorted by relevance
61 #define NRF_802154_SL_DIVIDE_AND_CEIL(A, B) (((A) + (B)-1) / (B)) macro65 NRF_802154_SL_DIVIDE_AND_CEIL( \