Searched refs:NRFX_WAIT_FOR (Results 1 – 7 of 7) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_temp.c | 126 NRFX_WAIT_FOR(nrfy_temp_event_check(NRF_TEMP, NRF_TEMP_EVENT_DATARDY), in nrfx_temp_measure()
|
| D | nrfx_uarte.c | 343 NRFX_WAIT_FOR(*rxenable_reg == 0, 40000, 1, workaround_succeded); in apply_workaround_for_enable_anomaly() 398 NRFX_WAIT_FOR(nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_RXTO) || in prepare_rx() 430 NRFX_WAIT_FOR(is_tx_ready(p_uarte, true), 10, 1, res); in prepare_tx() 995 NRFX_WAIT_FOR(nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_TXSTARTED), 10, 1, res); in nrfx_uarte_tx()
|
| D | nrfx_clock.c | 244 NRFX_WAIT_FOR((!nrfx_clock_is_running(domain, p_clk_src) || in clock_stop()
|
| D | nrfx_qspi.c | 293 NRFX_WAIT_FOR(nrf_qspi_event_check(NRF_QSPI, NRF_QSPI_EVENT_READY) || m_cb.timeout_signal, in qspi_ready_wait()
|
| D | nrfx_spim.c | 222 NRFX_WAIT_FOR(nrfy_spim_events_process(p_spim, stopped_mask, NULL), 100, 1, stopped); in spim_abort()
|
| /hal_nordic-latest/nrfx/drivers/ |
| D | nrfx_common.h | 545 #define NRFX_WAIT_FOR(condition, attempts, delay_us, result) \ macro
|
| /hal_nordic-latest/nrfx/ |
| D | CHANGELOG.md | 439 - Changed selected while() loops to NRFX_WAIT_FOR() macro in the SPIM, UARTE and CLOCK drivers to i… 609 - Fixed the condition in NRFX_WAIT_FOR in the nrfx_saadc_abort() function. The macro now correctly … 699 - Added the NRFX_WAIT_FOR macro to improve the time-out functionality in QSPI and SAADC drivers.
|