Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/soc/
Dnrfx_coredep.h121 uint32_t time_cycles = time_us * NRFX_DELAY_CPU_FREQ_MHZ; in nrfx_coredep_delay_us() local
137 while ((DWT->CYCCNT - cyccnt_initial) < time_cycles) in nrfx_coredep_delay_us()