Searched refs:NRFX_WAIT_FOR (Results 1 – 7 of 7) sorted by relevance
/hal_nordic-3.6.0/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 | 342 NRFX_WAIT_FOR(*rxenable_reg == 0, 40000, 1, workaround_succeded); in apply_workaround_for_enable_anomaly() 397 NRFX_WAIT_FOR(nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_RXTO) || in prepare_rx() 429 NRFX_WAIT_FOR(is_tx_ready(p_uarte, true), 10, 1, res); in prepare_tx() 987 NRFX_WAIT_FOR(nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_TXSTARTED), 10, 1, res); in nrfx_uarte_tx()
|
D | nrfx_clock.c | 227 NRFX_WAIT_FOR((!nrfx_clock_is_running(domain, p_clk_src) || in clock_stop()
|
D | nrfx_qspi.c | 286 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 | 204 NRFX_WAIT_FOR(nrfy_spim_events_process(p_spim, stopped_mask, NULL), 100, 1, stopped); in spim_abort()
|
/hal_nordic-3.6.0/nrfx/drivers/ |
D | nrfx_common.h | 513 #define NRFX_WAIT_FOR(condition, attempts, delay_us, result) \ macro
|
/hal_nordic-3.6.0/nrfx/ |
D | CHANGELOG.md | 324 - Changed selected while() loops to NRFX_WAIT_FOR() macro in the SPIM, UARTE and CLOCK drivers to i… 494 - Fixed the condition in NRFX_WAIT_FOR in the nrfx_saadc_abort() function. The macro now correctly … 584 - Added the NRFX_WAIT_FOR macro to improve the time-out functionality in QSPI and SAADC drivers.
|