GlobLib
HAL and API libraries for MCUs and hardware.
stm32f103cb_iwdg.c File Reference

Source file for stm32f103cb WATCHDOG. More...

#include "stm32f103cb_iwdg.h"

Go to the source code of this file.

Functions

mcu_error IWDG_setup (uint32_t timeoutms)
 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...
 

Detailed Description

Source file for stm32f103cb WATCHDOG.


Author
Stuart Ianna
Version
0.1
Date
June 2018
Warning
None
Bug:
Compilers
  • arm-none-eabi-gcc (15:4.9.3+svn231177-1) 4.9.3 20150529 (prerelease)

Definition in file stm32f103cb_iwdg.c.