iwdg.h 154 B

12345678910
  1. #ifndef __IWDG_H
  2. #define __IWDG_H
  3. #include "stm32f2xx_hal.h"
  4. extern IWDG_HandleTypeDef hiwdg;
  5. void IWDG_Configuration(void);
  6. void feedDog(void);
  7. #endif