Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_iwdg_stm32.c36 * USEC_PER_SEC / LSI_VALUE)
41 USEC_PER_SEC / LSI_VALUE)
53 MSEC_PER_SEC / LSI_VALUE)
70 uint32_t ticks = (uint64_t)timeout * LSI_VALUE / USEC_PER_SEC; in iwdg_stm32_convert_timeout()