Macros
WWDG Private Macros
Collaboration diagram for WWDG Private Macros:

Macros

#define IS_WWDG_COUNTER(__COUNTER__)   (((__COUNTER__) >= WWDG_CR_T_6) && ((__COUNTER__) <= WWDG_CR_T))
 
#define IS_WWDG_EWI_MODE(__MODE__)
 
#define IS_WWDG_PRESCALER(__PRESCALER__)
 
#define IS_WWDG_WINDOW(__WINDOW__)   (((__WINDOW__) >= WWDG_CFR_W_6) && ((__WINDOW__) <= WWDG_CFR_W))
 

Detailed Description

Macro Definition Documentation

◆ IS_WWDG_COUNTER

#define IS_WWDG_COUNTER (   __COUNTER__)    (((__COUNTER__) >= WWDG_CR_T_6) && ((__COUNTER__) <= WWDG_CR_T))

Definition at line 163 of file stm32f7xx_hal_wwdg.h.

◆ IS_WWDG_EWI_MODE

#define IS_WWDG_EWI_MODE (   __MODE__)
Value:
(((__MODE__) == WWDG_EWI_ENABLE) || \
((__MODE__) == WWDG_EWI_DISABLE))

Definition at line 165 of file stm32f7xx_hal_wwdg.h.

◆ IS_WWDG_PRESCALER

#define IS_WWDG_PRESCALER (   __PRESCALER__)
Value:
(((__PRESCALER__) == WWDG_PRESCALER_1) || \
((__PRESCALER__) == WWDG_PRESCALER_2) || \
((__PRESCALER__) == WWDG_PRESCALER_4) || \
((__PRESCALER__) == WWDG_PRESCALER_8))

Definition at line 156 of file stm32f7xx_hal_wwdg.h.

◆ IS_WWDG_WINDOW

#define IS_WWDG_WINDOW (   __WINDOW__)    (((__WINDOW__) >= WWDG_CFR_W_6) && ((__WINDOW__) <= WWDG_CFR_W))

Definition at line 161 of file stm32f7xx_hal_wwdg.h.

WWDG_PRESCALER_4
#define WWDG_PRESCALER_4
Definition: stm32f7xx_hal_wwdg.h:132
WWDG_PRESCALER_8
#define WWDG_PRESCALER_8
Definition: stm32f7xx_hal_wwdg.h:133
WWDG_EWI_ENABLE
#define WWDG_EWI_ENABLE
Definition: stm32f7xx_hal_wwdg.h:142
WWDG_EWI_DISABLE
#define WWDG_EWI_DISABLE
Definition: stm32f7xx_hal_wwdg.h:141
WWDG_PRESCALER_1
#define WWDG_PRESCALER_1
Definition: stm32f7xx_hal_wwdg.h:130
WWDG_PRESCALER_2
#define WWDG_PRESCALER_2
Definition: stm32f7xx_hal_wwdg.h:131


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