STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
WWDG_Private_Defines

Macros

#define WWDG_OFFSET   (WWDG_BASE - PERIPH_BASE)
 
#define CFR_OFFSET   (WWDG_OFFSET + 0x04)
 
#define EWI_BitNumber   0x09
 
#define CFR_EWI_BB   (PERIPH_BB_BASE + (CFR_OFFSET * 32) + (EWI_BitNumber * 4))
 
#define CR_WDGA_Set   ((uint32_t)0x00000080)
 
#define CFR_WDGTB_Mask   ((uint32_t)0xFFFFFE7F)
 
#define CFR_W_Mask   ((uint32_t)0xFFFFFF80)
 
#define BIT_Mask   ((uint8_t)0x7F)
 

Detailed Description