Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_NVMC.c425 …bs_time_t duration = NHW_NVMC_FLASH_PARTIAL_ERASE_FACTOR * NRF_NVMC_regs[inst].ERASEPAGEPARTIALCFG… in nhw_nvmc_erase_page_partial() local
428 this->time_under_erase[this->erase_page] += duration; in nhw_nvmc_erase_page_partial()
430 this->timer = nsi_hws_get_time() + duration; in nhw_nvmc_erase_page_partial()
DNHW_UART.c314 bs_time_t duration = 1 + 1; /* Start bit, and at least 1 stop bit */ in nhw_uarte_one_byte_time() local
317 duration += nhw_uarte_get_frame_size(inst); /* data byte itself */ in nhw_uarte_one_byte_time()
320 duration +=1; in nhw_uarte_one_byte_time()
323 duration +=1; in nhw_uarte_one_byte_time()
326 return nhw_uarte_nbits_time(inst, duration); in nhw_uarte_one_byte_time()