Searched refs:nrfx_busy_wait (Results 1 – 2 of 2) sorted by relevance
149 #define NRFX_DELAY_US(us_time) nrfx_busy_wait(us_time)151 void nrfx_busy_wait(uint32_t usec_to_wait);
16 void nrfx_busy_wait(uint32_t usec_to_wait) in nrfx_busy_wait() function