|
GlobLib
HAL and API libraries for MCUs and hardware.
|
Header file for stm32f103cb independant watchdog timer. More...
#include "stm32f103cb_gpio.h"#include "stm32f103cb_debug.h"#include <libopencm3/stm32/iwdg.h>#include <stdint.h>Go to the source code of this file.
Functions | |
| mcu_error | IWDG_setup (uint32_t timeout) |
| Initialize the independant watchdog timer. More... | |
| bool | IWDG_resetCheck (void) |
| Check if reset occured from watchdog timeout. More... | |
| void | IWDG_feed (void) |
| Reload the watchdog timer. More... | |
Header file for stm32f103cb independant watchdog timer.
Definition in file stm32f103cb_iwdg.h.