Searched refs:NRF_CLZ (Results 1 – 3 of 3) sorted by relevance
91 #define NRF_CLZ(value) NRFX_CLZ(value) macro93 #define NRF_CLZ(value) __CLZ(value)95 #define NRF_CLZ(value) __builtin_clz(value)
71 idx = (uint8_t)(31UL - NRF_CLZ(prev_mask)); in nrfx_flag32_alloc()
101 chan_to_alloc = (uint8_t)(31UL - NRF_CLZ(chan_avail_masked)); in channel_allocate()