Home
last modified time | relevance | path

Searched refs:nrf_flash_sync_check_time_limit (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/flash/
Dsoc_flash_nrf.h186 bool nrf_flash_sync_check_time_limit(uint32_t iteration);
Dsoc_flash_nrf.c420 if (nrf_flash_sync_check_time_limit(i)) { in erase_op()
472 if (nrf_flash_sync_check_time_limit(1)) { in write_op()
495 if (nrf_flash_sync_check_time_limit(i)) { in write_op()
Dsoc_flash_nrf_rram.c215 if (nrf_flash_sync_check_time_limit(i)) { in write_op()
/Zephyr-latest/subsys/bluetooth/controller/flash/
Dsoc_flash_nrf_ticker.c251 bool nrf_flash_sync_check_time_limit(uint32_t iteration) in nrf_flash_sync_check_time_limit() function