Searched refs:BootOption (Results 1 – 3 of 3) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_flash_ex.c | 119 static void FLASH_OB_BootAddrConfig(uint32_t BootOption, uint32_t BootAddress); 121 static void FLASH_OB_GetBootConfig(uint32_t BootOption, uint32_t *BootAddress, uint32_t *BootLockCo… 1481 static void FLASH_OB_BootAddrConfig(uint32_t BootOption, uint32_t BootAddress) in FLASH_OB_BootAddrConfig() argument 1484 assert_param(IS_OB_BOOT_CONFIG(BootOption)); in FLASH_OB_BootAddrConfig() 1486 if (BootOption == OB_BOOT_NS) in FLASH_OB_BootAddrConfig() 1491 else if (BootOption == OB_BOOT_SEC) in FLASH_OB_BootAddrConfig() 1517 static void FLASH_OB_BootLockConfig(uint32_t BootOption, uint32_t BootLockConfig) in FLASH_OB_BootLockConfig() argument 1520 assert_param(IS_OB_BOOT_CONFIG(BootOption)); in FLASH_OB_BootLockConfig() 1524 if (BootOption == OB_BOOT_NS) in FLASH_OB_BootLockConfig() 1529 else if (BootOption == OB_BOOT_SEC) in FLASH_OB_BootLockConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_flash_ex.c | 126 static void FLASH_OB_BootAddConfig(uint32_t BootOption, uint32_t BootAddress0, uint32_t BootAddress… 134 static void FLASH_OB_CM4BootAddConfig(uint32_t BootOption, uint32_t BootAddress0, uint32_t BootAddr… 1769 static void FLASH_OB_BootAddConfig(uint32_t BootOption, uint32_t BootAddress0, uint32_t BootAddress… in FLASH_OB_BootAddConfig() argument 1772 assert_param(IS_OB_BOOT_ADD_OPTION(BootOption)); in FLASH_OB_BootAddConfig() 1774 if((BootOption & OB_BOOT_ADD0) == OB_BOOT_ADD0) in FLASH_OB_BootAddConfig() 1787 if((BootOption & OB_BOOT_ADD1) == OB_BOOT_ADD1) in FLASH_OB_BootAddConfig() 1835 static void FLASH_OB_CM4BootAddConfig(uint32_t BootOption, uint32_t BootAddress0, uint32_t BootAddr… in FLASH_OB_CM4BootAddConfig() argument 1838 assert_param(IS_OB_BOOT_ADD_OPTION(BootOption)); in FLASH_OB_CM4BootAddConfig() 1840 if((BootOption & OB_BOOT_ADD0) == OB_BOOT_ADD0) in FLASH_OB_CM4BootAddConfig() 1850 if((BootOption & OB_BOOT_ADD1) == OB_BOOT_ADD1) in FLASH_OB_CM4BootAddConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_flash_ex.c | 98 static HAL_StatusTypeDef FLASH_OB_BootAddressConfig(uint32_t BootOption, uint32_t Address); 103 static uint32_t FLASH_OB_GetBootAddress(uint32_t BootOption); 932 static HAL_StatusTypeDef FLASH_OB_BootAddressConfig(uint32_t BootOption, uint32_t Address) in FLASH_OB_BootAddressConfig() argument 944 if(BootOption == OPTIONBYTE_BOOTADDR_0) in FLASH_OB_BootAddressConfig() 1016 static uint32_t FLASH_OB_GetBootAddress(uint32_t BootOption) in FLASH_OB_GetBootAddress() argument 1021 if(BootOption == OPTIONBYTE_BOOTADDR_0) in FLASH_OB_GetBootAddress()
|