IWDG driver modules.
More...
IWDG driver modules.
◆ KR_KEY_ENABLE [1/2]
#define KR_KEY_ENABLE ((uint16_t)0xCCCC) |
◆ KR_KEY_ENABLE [2/2]
#define KR_KEY_ENABLE ((uint16_t)0xCCCC) |
◆ KR_KEY_RELOAD [1/2]
#define KR_KEY_RELOAD ((uint16_t)0xAAAA) |
◆ KR_KEY_RELOAD [2/2]
#define KR_KEY_RELOAD ((uint16_t)0xAAAA) |
◆ IWDG_SetWindowValue()
void IWDG_SetWindowValue |
( |
uint16_t |
WindowValue | ) |
|
Sets the IWDG window value.
- Parameters
-
WindowValue | specifies the window value to be compared to the downcounter. |
- Return values
-
Definition at line 197 of file stm32f30x_iwdg.c.