Macros | |
#define | __HAL_FLASH_CALC_BOOT_BASE_ADR(__ADDRESS__) ((__ADDRESS__) >> 14U) |
Calculate the FLASH Boot Base Adress (BOOT_ADD0 or BOOT_ADD1) More... | |
#define | __HAL_FLASH_CALC_BOOT_BASE_ADR(__ADDRESS__) ((__ADDRESS__) >> 14U) |
Calculate the FLASH Boot Base Address (BOOT_ADD0 or BOOT_ADD1) More... | |
#define __HAL_FLASH_CALC_BOOT_BASE_ADR | ( | __ADDRESS__ | ) | ((__ADDRESS__) >> 14U) |
Calculate the FLASH Boot Base Adress (BOOT_ADD0 or BOOT_ADD1)
<strong>ADDRESS</strong> | FLASH Boot Address (in the range 0x0000 0000 to 0x2004 FFFF with a granularity of 16KB) |
The | FLASH Boot Base Adress |
Definition at line 753 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.
#define __HAL_FLASH_CALC_BOOT_BASE_ADR | ( | __ADDRESS__ | ) | ((__ADDRESS__) >> 14U) |
Calculate the FLASH Boot Base Address (BOOT_ADD0 or BOOT_ADD1)
<strong>ADDRESS</strong> | FLASH Boot Address (in the range 0x0000 0000 to 0x2004 FFFF with a granularity of 16KB) |
The | FLASH Boot Base Address |
Definition at line 758 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.