Home
last modified time | relevance | path

Searched refs:C2BootRegion (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_flash_ex.c402 FLASH_OB_GetC2BootResetConfig(&(pOBInit->C2SecureBootVectAddr), &(pOBInit->C2BootRegion)); in HAL_FLASHEx_OBGetConfig()
817 assert_param(IS_OB_BOOT_REGION(pOBParam->C2BootRegion)); in FLASH_OB_SecureConfig()
820 if (pOBParam->C2BootRegion == OB_C2_BOOT_FROM_FLASH) in FLASH_OB_SecureConfig()
823 (((pOBParam->C2SecureBootVectAddr - FLASH_BASE) >> 2) | pOBParam->C2BootRegion)); in FLASH_OB_SecureConfig()
828 (((pOBParam->C2SecureBootVectAddr - SRAM1_BASE) >> 2) | pOBParam->C2BootRegion)); in FLASH_OB_SecureConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_flash_ex.c442 FLASH_OB_GetC2BootResetConfig(&(pOBInit->C2SecureBootVectAddr), &(pOBInit->C2BootRegion)); in HAL_FLASHEx_OBGetConfig()
1005 assert_param(IS_OB_BOOT_REGION(pOBParam->C2BootRegion)); in FLASH_OB_SecureConfig()
1008 if (pOBParam->C2BootRegion == OB_C2_BOOT_FROM_FLASH) in FLASH_OB_SecureConfig()
1010 …ASH_SRRVR_C2OPT), (((pOBParam->C2SecureBootVectAddr - FLASH_BASE) >> 2) | pOBParam->C2BootRegion)); in FLASH_OB_SecureConfig()
1014 …ASH_SRRVR_C2OPT), (((pOBParam->C2SecureBootVectAddr - SRAM1_BASE) >> 2) | pOBParam->C2BootRegion)); in FLASH_OB_SecureConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h124 …uint32_t C2BootRegion; /*!< CPU2 Secure Boot memory region(used for OPTIONBYTE_C2_BOOT_V… member
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h104 …uint32_t C2BootRegion; /*!< CPU2 Secure Boot memory region(used for OPTIONBYTE_C2_BOOT_V… member