Home
last modified time | relevance | path

Searched refs:BootConfig (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c122 static HAL_StatusTypeDef FLASH_OB_BootConfig(uint8_t BootConfig);
411 status = FLASH_OB_BootConfig(pAdvOBInit->BootConfig); in HAL_FLASHEx_AdvOBProgram()
440 pAdvOBInit->BootConfig = *(__IO uint8_t *)OPTCR_BYTE0_ADDRESS; in HAL_FLASHEx_AdvOBGetConfig()
773 static HAL_StatusTypeDef FLASH_OB_BootConfig(uint8_t BootConfig) in FLASH_OB_BootConfig() argument
778 assert_param(IS_OB_BOOT(BootConfig)); in FLASH_OB_BootConfig()
787 *(__IO uint8_t *)OPTCR_BYTE0_ADDRESS |= BootConfig; in FLASH_OB_BootConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c399 FLASH_OB_BootAddrConfig(pOBInit->BootConfig, pOBInit->BootAddr); in HAL_FLASHEx_OBProgram()
406 FLASH_OB_BootLockConfig(pOBInit->BootConfig, pOBInit->BootLock); in HAL_FLASHEx_OBProgram()
479 if ((pOBInit->BootConfig == OB_BOOT_NS) || (pOBInit->BootConfig == OB_BOOT_SEC)) in HAL_FLASHEx_OBGetConfig()
481 if (pOBInit->BootConfig == OB_BOOT_NS) in HAL_FLASHEx_OBGetConfig()
485 FLASH_OB_GetBootConfig(pOBInit->BootConfig, &(pOBInit->BootAddr), &(pOBInit->BootLock)); in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c466 status = FLASH_OB_BootConfig(pAdvOBInit->BootConfig); in HAL_FLASHEx_AdvOBProgram()
506 pAdvOBInit->BootConfig = (FLASH->OPTR & FLASH_OPTR_BFB2) >> 16U; in HAL_FLASHEx_AdvOBGetConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c505 FLASH_OB_BootAddConfig(pOBInit->BootConfig, pOBInit->BootAddr0, pOBInit->BootAddr1); in HAL_FLASHEx_OBProgram()
517 FLASH_OB_BootAddConfig(pOBInit->BootConfig, pOBInit->BootAddr0, pOBInit->BootAddr1); in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c581 status = FLASH_OB_BootConfig(pAdvOBInit->BootConfig); in HAL_FLASHEx_AdvOBProgram()
624 pAdvOBInit->BootConfig = (FLASH->OBR & FLASH_OBR_nRST_BFB2) >> 16U; in HAL_FLASHEx_AdvOBGetConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h221 uint16_t BootConfig; /*!< BootConfig: specifies Option bytes for boot config member
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h288 uint16_t BootConfig; /*!< BootConfig: specifies Option bytes for boot config member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h103 …uint32_t BootConfig; /*!< Specifies if the Boot Address to be configured: secure or non-secure. member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h104 uint32_t BootConfig; /*!< Specifies if the Boot Address to be configured BOOT_ADD0, BOOT_ADD1 member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h124 uint8_t BootConfig; /*!< Specifies Option bytes for boot config. member