21 #ifndef PERIPH_CPU_WDT_H
22 #define PERIPH_CPU_WDT_H
39 #define NWDT_TIME_LOWER_LIMIT (1U)
41 #define NWDT_TIME_UPPER_LIMIT (4U * US_PER_MS * 4096U * (1 << 6U) \
43 #define WDT_HAS_STOP (0U)
45 #if defined(CPU_FAM_STM32L4)
46 #define WDT_HAS_INIT (1U)
48 #define WDT_HAS_INIT (0U)
Common CPU definitions for the STM32 family.
Utility library for comparing and computing timestamps.