Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/samples/doc/buildfiles/
Dextra_stylesheet.css243 background:transparent url(./pdf.png) center left no-repeat;
250 background:transparent url(./zip_s.png) center left no-repeat;
256 background:transparent url(./execute_s.png) center left no-repeat;
262 background:transparent url(./msi_s.png) center left no-repeat;
/hal_nordic-latest/nrfx/doc/buildfiles/
Dextra_stylesheet.css244 background:transparent url(./pdf.png) center left no-repeat;
251 background:transparent url(./zip_s.png) center left no-repeat;
257 background:transparent url(./execute_s.png) center left no-repeat;
263 background:transparent url(./msi_s.png) center left no-repeat;
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx.c385 bool repeat = false; in wait_until_radio_is_disabled() local
420 if (!radio_is_disabled && !repeat) in wait_until_radio_is_disabled()
426 repeat = true; in wait_until_radio_is_disabled()
436 while (repeat); in wait_until_radio_is_disabled()