Searched refs:BootAddress1 (Results 1 – 1 of 1) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_flash_ex.c | 126 …tic void FLASH_OB_BootAddConfig(uint32_t BootOption, uint32_t BootAddress0, uint32_t BootAddress1); 127 static void FLASH_OB_GetBootAdd(uint32_t *BootAddress0, uint32_t *BootAddress1); 134 … void FLASH_OB_CM4BootAddConfig(uint32_t BootOption, uint32_t BootAddress0, uint32_t BootAddress1); 135 static void FLASH_OB_GetCM4BootAdd(uint32_t *BootAddress0, uint32_t *BootAddress1); 1769 …atic void FLASH_OB_BootAddConfig(uint32_t BootOption, uint32_t BootAddress0, uint32_t BootAddress1) in FLASH_OB_BootAddConfig() argument 1790 assert_param(IS_BOOT_ADDRESS(BootAddress1)); in FLASH_OB_BootAddConfig() 1794 MODIFY_REG(FLASH->BOOT7_PRG, FLASH_BOOT7_BCM7_ADD1, BootAddress1); in FLASH_OB_BootAddConfig() 1796 MODIFY_REG(FLASH->BOOT_PRG, FLASH_BOOT_ADD1, BootAddress1); in FLASH_OB_BootAddConfig() 1807 static void FLASH_OB_GetBootAdd(uint32_t *BootAddress0, uint32_t *BootAddress1) in FLASH_OB_GetBootAdd() argument 1815 (*BootAddress1) = (regvalue & FLASH_BOOT7_BCM7_ADD1); in FLASH_OB_GetBootAdd() [all …]
|