|
CARME-M4 BSP
V1.5
|
Collaboration diagram for FLASH_Dual_Boot:Macros | |
| #define | OB_Dual_BootEnabled ((uint8_t)0x10) |
| #define | OB_Dual_BootDisabled ((uint8_t)0x00) |
| #define | IS_OB_BOOT(BOOT) (((BOOT) == OB_Dual_BootEnabled) || ((BOOT) == OB_Dual_BootDisabled)) |
| #define OB_Dual_BootDisabled ((uint8_t)0x00) |
Dual Bank Boot Disable, always boot on User Flash
Definition at line 327 of file stm32f4xx_flash.h.
| #define OB_Dual_BootEnabled ((uint8_t)0x10) |
Dual Bank Boot Enable
Definition at line 326 of file stm32f4xx_flash.h.