zephyr/drivers/watchdog
Philémon Jaermann a1aabbb08a drivers: watchdog: Pass timeout in ms if iwdg is started at boot
iwdg_stm32_install_timeout expects a timeout passed in
milli seconds. As the timeout is defined in micro
seconds in Kconfig.stm32, we need to divide by
USEC_PER_MSEC when CONFIG_IWDG_START_AT_BOOT is
activated because iwdg_stm32_install_timeout makes
the multiplication by USEC_PER_MSEC.

Fixes #18695

Signed-off-by: Philémon Jaermann <p.jaermann@gmail.com>
2019-09-12 08:46:34 -05:00
..
CMakeLists.txt drivers: watchdog: stm32: Add implementation for WWDG 2019-09-11 22:13:36 -05:00
Kconfig drivers/watchdog: Add support for Microchip XEC device 2019-09-07 09:56:58 -04:00
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.mcux
Kconfig.nrfx
Kconfig.qmsi
Kconfig.sam
Kconfig.sam0
Kconfig.stm32 drivers: watchdog: stm32: Add implementation for WWDG 2019-09-11 22:13:36 -05:00
Kconfig.xec drivers/watchdog: Add support for Microchip XEC device 2019-09-07 09:56:58 -04:00
wdt_cmsdk_apb.c
wdt_esp32.c
wdt_iwdg_stm32.c drivers: watchdog: Pass timeout in ms if iwdg is started at boot 2019-09-12 08:46:34 -05:00
wdt_iwdg_stm32.h
wdt_mchp_xec.c drivers/watchdog: Add support for Microchip XEC device 2019-09-07 09:56:58 -04:00
wdt_mcux_wdog.c
wdt_mcux_wdog32.c
wdt_nrfx.c
wdt_qmsi.c
wdt_sam.c
wdt_sam0.c
wdt_wwdg_stm32.c drivers: watchdog: stm32: Add implementation for WWDG 2019-09-11 22:13:36 -05:00
wdt_wwdg_stm32.h drivers: watchdog: stm32: Add implementation for WWDG 2019-09-11 22:13:36 -05:00