Searched refs:NRFX_WAIT_FOR (Results 1 – 7 of 7) sorted by relevance
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_temp.c | 116 NRFX_WAIT_FOR(nrf_temp_event_check(NRF_TEMP, NRF_TEMP_EVENT_DATARDY), in nrfx_temp_measure()
|
A D | nrfx_clock.c | 357 NRFX_WAIT_FOR((!nrfx_clock_is_running(domain, &clk_src) || in nrfx_clock_stop() 362 NRFX_WAIT_FOR(!nrfx_clock_is_running(domain, NULL), 10000, 1, stopped); in nrfx_clock_stop()
|
A D | nrfx_uarte.c | 220 NRFX_WAIT_FOR(*rxenable_reg == 0, 40000, 1, workaround_succeded); in apply_workaround_for_enable_anomaly() 330 NRFX_WAIT_FOR((nrf_uarte_event_check(p_reg, NRF_UARTE_EVENT_TXSTOPPED) && in nrfx_uarte_uninit()
|
A D | nrfx_qspi.c | 106 NRFX_WAIT_FOR(nrf_qspi_event_check(NRF_QSPI, NRF_QSPI_EVENT_READY), in qspi_ready_wait()
|
A D | nrfx_spim.c | 242 NRFX_WAIT_FOR(nrf_spim_event_check(p_spim, NRF_SPIM_EVENT_STOPPED), 100, 1, stopped); in spim_abort()
|
/lk-master/external/platform/nrfx/drivers/ |
A D | nrfx_common.h | 189 #define NRFX_WAIT_FOR(condition, attempts, delay_us, result) \ macro
|
/lk-master/external/platform/nrfx/ |
A D | CHANGELOG.md | 43 - Changed selected while() loops to NRFX_WAIT_FOR() macro in the SPIM, UARTE and CLOCK drivers to i… 213 - Fixed the condition in NRFX_WAIT_FOR in the nrfx_saadc_abort() function. The macro now correctly … 303 - Added the NRFX_WAIT_FOR macro to improve the time-out functionality in QSPI and SAADC drivers.
|
Completed in 11 milliseconds