Searched refs:BootLockConfig (Results 1 – 3 of 3) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
| D | stm32h5xx_hal_flash_ex.c | 120 static void FLASH_OB_BootLockConfig(uint32_t BootLockOption, uint32_t BootLockConfig); 121 … void FLASH_OB_GetBootConfig(uint32_t BootOption, uint32_t *BootAddress, uint32_t *BootLockConfig); 1517 static void FLASH_OB_BootLockConfig(uint32_t BootOption, uint32_t BootLockConfig) in FLASH_OB_BootLockConfig() argument 1521 assert_param(IS_OB_BOOT_LOCK(BootLockConfig)); in FLASH_OB_BootLockConfig() 1526 MODIFY_REG(FLASH->NSBOOTR_PRG, FLASH_BOOTR_BOOT_LOCK, BootLockConfig); in FLASH_OB_BootLockConfig() 1531 MODIFY_REG(FLASH->SECBOOTR_PRG, FLASH_BOOTR_BOOT_LOCK, BootLockConfig); in FLASH_OB_BootLockConfig() 1555 …c void FLASH_OB_GetBootConfig(uint32_t BootOption, uint32_t *BootAddress, uint32_t *BootLockConfig) in FLASH_OB_GetBootConfig() argument 1560 *BootLockConfig = FLASH->NSBOOTR_CUR & FLASH_BOOTR_BOOT_LOCK; in FLASH_OB_GetBootConfig() 1566 *BootLockConfig = (FLASH->SECBOOTR_CUR & FLASH_BOOTR_BOOT_LOCK); in FLASH_OB_GetBootConfig()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
| D | stm32l5xx_hal_flash_ex.c | 123 static void FLASH_OB_BootLockConfig(uint32_t BootLockConfig); 1232 static void FLASH_OB_BootLockConfig(uint32_t BootLockConfig) in FLASH_OB_BootLockConfig() argument 1235 assert_param(IS_OB_BOOT_LOCK(BootLockConfig)); in FLASH_OB_BootLockConfig() 1238 MODIFY_REG(FLASH->SECBOOTADD0R, FLASH_SECBOOTADD0R_BOOT_LOCK, BootLockConfig); in FLASH_OB_BootLockConfig()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
| D | stm32u5xx_hal_flash_ex.c | 133 static void FLASH_OB_BootLockConfig(uint32_t BootLockConfig); 1422 static void FLASH_OB_BootLockConfig(uint32_t BootLockConfig) in FLASH_OB_BootLockConfig() argument 1425 assert_param(IS_OB_BOOT_LOCK(BootLockConfig)); in FLASH_OB_BootLockConfig() 1428 MODIFY_REG(FLASH->SECBOOTADD0R, FLASH_SECBOOTADD0R_BOOT_LOCK, BootLockConfig); in FLASH_OB_BootLockConfig()
|