Searched refs:stopped (Results 1 – 5 of 5) sorted by relevance
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_clock.c | 353 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 D | nrfx_uarte.c | 325 bool stopped; in nrfx_uarte_uninit() local 332 40000, 1, stopped); in nrfx_uarte_uninit() 333 if (!stopped) in nrfx_uarte_uninit()
|
| A D | nrfx_twi.c | 339 bool stopped = false; in twi_transfer() local 350 stopped = true; in twi_transfer() 409 if (stopped) in twi_transfer()
|
| A D | nrfx_spim.c | 241 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 D | CHANGELOG.md | 47 - 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