STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#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) |
#define BIT_Mask ((uint8_t)0x7F) |
Definition at line 63 of file stm32f10x_wwdg.c.
#define CFR_EWI_BB (PERIPH_BB_BASE + (CFR_OFFSET * 32) + (EWI_BitNumber * 4)) |
Definition at line 53 of file stm32f10x_wwdg.c.
#define CFR_OFFSET (WWDG_OFFSET + 0x04) |
Definition at line 51 of file stm32f10x_wwdg.c.
#define CFR_W_Mask ((uint32_t)0xFFFFFF80) |
Definition at line 62 of file stm32f10x_wwdg.c.
#define CFR_WDGTB_Mask ((uint32_t)0xFFFFFE7F) |
Definition at line 61 of file stm32f10x_wwdg.c.
#define CR_WDGA_Set ((uint32_t)0x00000080) |
Definition at line 58 of file stm32f10x_wwdg.c.
#define EWI_BitNumber 0x09 |
Definition at line 52 of file stm32f10x_wwdg.c.
#define WWDG_OFFSET (WWDG_BASE - PERIPH_BASE) |
Definition at line 48 of file stm32f10x_wwdg.c.