Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c241 bool stopped; in clock_stop() local
245 (p_clk_src && clk_src != NRF_CLOCK_HFCLK_HIGH_ACCURACY)), 10000, 1, stopped); in clock_stop()
246 if (!stopped) in clock_stop()
Dnrfx_twi.c389 bool stopped = false; in twi_transfer() local
400 stopped = true; in twi_transfer()
459 if (stopped) in twi_transfer()
Dnrfx_twim.c707 bool stopped = nrfy_twim_events_process(p_twim, in irq_handler() local
716 if (!stopped) in irq_handler()
738 if (stopped) in irq_handler()
Dnrfx_spim.c220 bool stopped; in spim_abort() local
222 NRFX_WAIT_FOR(nrfy_spim_events_process(p_spim, stopped_mask, NULL), 100, 1, stopped); in spim_abort()
223 if (!stopped) in spim_abort()
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.c894 bool stopped = false; in nrf_802154_delayed_trx_receive_cancel() local
912 stopped = true; in nrf_802154_delayed_trx_receive_cancel()
918 return stopped; in nrf_802154_delayed_trx_receive_cancel()
/hal_nordic-latest/nrfx/
DCHANGELOG.md443 - Fixed a race condition in the CLOCK driver when requested clock was stopped during ramp-up from h…
483 …r. Previously in very specific circumstances the PWM output might be not stopped at all or might b…