Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_clock.c224 bool stopped; in clock_stop() local
228 (p_clk_src && clk_src != NRF_CLOCK_HFCLK_HIGH_ACCURACY)), 10000, 1, stopped); in clock_stop()
229 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_spim.c202 bool stopped; in spim_abort() local
204 NRFX_WAIT_FOR(nrfy_spim_events_process(p_spim, stopped_mask, NULL), 100, 1, stopped); in spim_abort()
205 if (!stopped) in spim_abort()
Dnrfx_twim.c689 bool stopped = nrfy_twim_events_process(p_twim, in irq_handler() local
698 if (!stopped) in irq_handler()
720 if (stopped) in irq_handler()
/hal_nordic-3.6.0/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.c884 bool stopped = false; in nrf_802154_delayed_trx_receive_cancel() local
902 stopped = true; in nrf_802154_delayed_trx_receive_cancel()
908 return stopped; in nrf_802154_delayed_trx_receive_cancel()
/hal_nordic-3.6.0/nrfx/
DCHANGELOG.md328 - Fixed a race condition in the CLOCK driver when requested clock was stopped during ramp-up from h…
368 …r. Previously in very specific circumstances the PWM output might be not stopped at all or might b…