Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_temp.c116 NRFX_WAIT_FOR(nrf_temp_event_check(NRF_TEMP, NRF_TEMP_EVENT_DATARDY), in nrfx_temp_measure()
A Dnrfx_clock.c357 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 Dnrfx_uarte.c220 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 Dnrfx_qspi.c106 NRFX_WAIT_FOR(nrf_qspi_event_check(NRF_QSPI, NRF_QSPI_EVENT_READY), in qspi_ready_wait()
A Dnrfx_spim.c242 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 Dnrfx_common.h189 #define NRFX_WAIT_FOR(condition, attempts, delay_us, result) \ macro
/lk-master/external/platform/nrfx/
A DCHANGELOG.md43 - 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 31 milliseconds