Home
last modified time | relevance | path

Searched refs:stopped (Results 1 – 5 of 5) sorted by relevance

/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c353 bool stopped; in nrfx_clock_stop() local
358 (clk_src != NRF_CLOCK_HFCLK_HIGH_ACCURACY)), 10000, 1, stopped); in nrfx_clock_stop()
362 NRFX_WAIT_FOR(!nrfx_clock_is_running(domain, NULL), 10000, 1, stopped); in nrfx_clock_stop()
365 if (!stopped) in nrfx_clock_stop()
A Dnrfx_uarte.c325 bool stopped; in nrfx_uarte_uninit() local
332 40000, 1, stopped); in nrfx_uarte_uninit()
333 if (!stopped) in nrfx_uarte_uninit()
A Dnrfx_twi.c339 bool stopped = false; in twi_transfer() local
350 stopped = true; in twi_transfer()
409 if (stopped) in twi_transfer()
A Dnrfx_spim.c241 bool stopped; in spim_abort() local
242 NRFX_WAIT_FOR(nrf_spim_event_check(p_spim, NRF_SPIM_EVENT_STOPPED), 100, 1, stopped); in spim_abort()
243 if (!stopped) in spim_abort()
/external/platform/nrfx/
A DCHANGELOG.md47 - Fixed a race condition in the CLOCK driver when requested clock was stopped during ramp-up from h…
87 …r. Previously in very specific circumstances the PWM output might be not stopped at all or might b…

Completed in 14 milliseconds