Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_glue.h149 #define NRFX_DELAY_US(us_time) nrfx_busy_wait(us_time)
151 void nrfx_busy_wait(uint32_t usec_to_wait);
Dnrfx_glue.c16 void nrfx_busy_wait(uint32_t usec_to_wait) in nrfx_busy_wait() function