Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_NVMC.c88 static bs_time_t Timer_NVMC = TIME_NEVER; //Time when the next flash operation will be completed variable
118 Timer_NVMC = hw_nvmc_st[0].timer; in nhw_nvmc_find_next_event()
121 if (hw_nvmc_st[i].timer < Timer_NVMC) { in nhw_nvmc_find_next_event()
122 Timer_NVMC = hw_nvmc_st[i].timer; in nhw_nvmc_find_next_event()
256 if (this->timer != Timer_NVMC) { in nhw_nvmc_timer_triggered()
291 NSI_HW_EVENT(Timer_NVMC, nhw_nvmc_timer_triggered, 50);