Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/hal/
Dnrf_common.h91 #define NRF_CLZ(value) NRFX_CLZ(value) macro
93 #define NRF_CLZ(value) __CLZ(value)
95 #define NRF_CLZ(value) __builtin_clz(value)
/hal_nordic-3.6.0/nrfx/helpers/
Dnrfx_flag32_allocator.c71 idx = (uint8_t)(31UL - NRF_CLZ(prev_mask)); in nrfx_flag32_alloc()
Dnrfx_gppi_dppi_ppib.c101 chan_to_alloc = (uint8_t)(31UL - NRF_CLZ(chan_avail_masked)); in channel_allocate()