Home
last modified time | relevance | path

Searched refs:OB_BOOT_ADD0 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c1774 if((BootOption & OB_BOOT_ADD0) == OB_BOOT_ADD0) in FLASH_OB_BootAddConfig()
1840 if((BootOption & OB_BOOT_ADD0) == OB_BOOT_ADD0) in FLASH_OB_CM4BootAddConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h698 #define OB_BOOT_ADD0 0x01U /*!< Select Boot Address 0 */ macro
1030 #define IS_OB_BOOT_ADD_OPTION(VALUE) (((VALUE) == OB_BOOT_ADD0) || \