Lines Matching refs:timer
93 bs_time_t timer; member
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()
150 this->timer = TIME_NEVER; in nhw_nvmc_uicr_init()
256 if (this->timer != Timer_NVMC) { in nhw_nvmc_timer_triggered()
285 this->timer = TIME_NEVER; in nhw_nvmc_timer_triggered()
297 return hw_nvmc_st[inst].timer - nsi_hws_get_time(); in nhw_nvmc_time_to_ready()
360 this->timer = nsi_hws_get_time() + NHW_NVMC_FLASH_T_ERASEPAGE; in nhw_nvmc_erase_page()
386 this->timer = nsi_hws_get_time() + NHW_NVMC_FLASH_T_ERASEPAGE; in nhw_nvmc_regw_sideeffects_ERASEUICR()
404 this->timer = nsi_hws_get_time() + NHW_NVMC_FLASH_T_ERASEALL; in nhw_nvmc_regw_sideeffects_ERASEALL()
430 this->timer = nsi_hws_get_time() + duration; in nhw_nvmc_erase_page_partial()
534 this->timer = nsi_hws_get_time() + NHW_NVMC_FLASH_T_WRITE; in nhw_nmvc_write_word()