1 #ifndef STM32F103CB_IWDG_H_ 2 #define STM32F103CB_IWDG_H_ 45 #include <libopencm3/stm32/iwdg.h> Header file for stm32f103cb DEBUG.
Header file for stm32f103 GPIO.
void IWDG_feed(void)
Reload the watchdog timer.
mcu_error IWDG_setup(uint32_t timeout)
Initialize the independant watchdog timer.
bool IWDG_resetCheck(void)
Check if reset occured from watchdog timeout.
mcu_error
Error enumerators for the Debug peripheral.