Macros
Collaboration diagram for WWDG Prescaler:

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_1 | WWDG_CFR_WDGTB_0)
 

Detailed Description

Macro Definition Documentation

◆ WWDG_PRESCALER_1

#define WWDG_PRESCALER_1   0x00000000u

WWDG counter clock = (PCLK1/4096)/1

Definition at line 130 of file stm32f7xx_hal_wwdg.h.

◆ WWDG_PRESCALER_2

#define WWDG_PRESCALER_2   WWDG_CFR_WDGTB_0

WWDG counter clock = (PCLK1/4096)/2

Definition at line 131 of file stm32f7xx_hal_wwdg.h.

◆ WWDG_PRESCALER_4

#define WWDG_PRESCALER_4   WWDG_CFR_WDGTB_1

WWDG counter clock = (PCLK1/4096)/4

Definition at line 132 of file stm32f7xx_hal_wwdg.h.

◆ WWDG_PRESCALER_8

#define WWDG_PRESCALER_8   (WWDG_CFR_WDGTB_1 | WWDG_CFR_WDGTB_0)

WWDG counter clock = (PCLK1/4096)/8

Definition at line 133 of file stm32f7xx_hal_wwdg.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:08