Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_opentitan.c95 uint64_t bark_thold; in ot_aontimer_install_timeout() local
127 bark_thold = ((uint64_t) cfg->window.max * dev_cfg->clk_freq / 1000); in ot_aontimer_install_timeout()
130 if (bark_thold > UINT32_MAX) { in ot_aontimer_install_timeout()
131 bark_thold = UINT32_MAX; in ot_aontimer_install_timeout()
137 sys_write32((uint32_t) bark_thold, reg_base + OT_REG_WDOG_BARK_THOLD_OFFSET); in ot_aontimer_install_timeout()