Home
last modified time | relevance | path

Searched refs:NRFX_WAIT_FOR (Results 1 – 7 of 7) sorted by relevance

/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_temp.c126 NRFX_WAIT_FOR(nrfy_temp_event_check(NRF_TEMP, NRF_TEMP_EVENT_DATARDY), in nrfx_temp_measure()
Dnrfx_uarte.c342 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()
Dnrfx_clock.c227 NRFX_WAIT_FOR((!nrfx_clock_is_running(domain, p_clk_src) || in clock_stop()
Dnrfx_qspi.c286 NRFX_WAIT_FOR(nrf_qspi_event_check(NRF_QSPI, NRF_QSPI_EVENT_READY) || m_cb.timeout_signal, in qspi_ready_wait()
Dnrfx_spim.c204 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/
Dnrfx_common.h513 #define NRFX_WAIT_FOR(condition, attempts, delay_us, result) \ macro
/hal_nordic-3.6.0/nrfx/
DCHANGELOG.md324 - 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.