STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define WWDG_PRESCALER_1   0x00000000U
 
#define WWDG_PRESCALER_2   WWDG_CFR_WDGTB_0
 
#define WWDG_PRESCALER_4   WWDG_CFR_WDGTB_1
 
#define WWDG_PRESCALER_8   WWDG_CFR_WDGTB
 

Detailed Description

Macro Definition Documentation

#define WWDG_PRESCALER_1   0x00000000U

WWDG counter clock = (PCLK1/4096)/1

Definition at line 122 of file stm32f7xx_hal_wwdg.h.

#define WWDG_PRESCALER_2   WWDG_CFR_WDGTB_0

WWDG counter clock = (PCLK1/4096)/2

Definition at line 123 of file stm32f7xx_hal_wwdg.h.

#define WWDG_PRESCALER_4   WWDG_CFR_WDGTB_1

WWDG counter clock = (PCLK1/4096)/4

Definition at line 124 of file stm32f7xx_hal_wwdg.h.

#define WWDG_PRESCALER_8   WWDG_CFR_WDGTB

WWDG counter clock = (PCLK1/4096)/8

Definition at line 125 of file stm32f7xx_hal_wwdg.h.