Macros | |
#define | IS_OB_BOOT1(BOOT1) (((BOOT1) == OB_BOOT1_RESET) || ((BOOT1) == OB_BOOT1_SET)) |
#define | OB_BOOT1_RESET ((uint8_t)0x00) |
#define | OB_BOOT1_SET ((uint8_t)0x10) |
#define IS_OB_BOOT1 | ( | BOOT1 | ) | (((BOOT1) == OB_BOOT1_RESET) || ((BOOT1) == OB_BOOT1_SET)) |
Definition at line 215 of file stm32f30x_flash.h.
#define OB_BOOT1_RESET ((uint8_t)0x00) |
BOOT1 Reset
Definition at line 213 of file stm32f30x_flash.h.
#define OB_BOOT1_SET ((uint8_t)0x10) |
BOOT1 Set
Definition at line 214 of file stm32f30x_flash.h.