Home
last modified time | relevance | path

Searched refs:BootLockConfig (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c120 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()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c122 static void FLASH_OB_BootLockConfig(uint32_t BootLockConfig);
1231 static void FLASH_OB_BootLockConfig(uint32_t BootLockConfig) in FLASH_OB_BootLockConfig() argument
1234 assert_param(IS_OB_BOOT_LOCK(BootLockConfig)); in FLASH_OB_BootLockConfig()
1237 MODIFY_REG(FLASH->SECBOOTADD0R, FLASH_SECBOOTADD0R_BOOT_LOCK, BootLockConfig); in FLASH_OB_BootLockConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c130 static void FLASH_OB_BootLockConfig(uint32_t BootLockConfig);
1404 static void FLASH_OB_BootLockConfig(uint32_t BootLockConfig) in FLASH_OB_BootLockConfig() argument
1407 assert_param(IS_OB_BOOT_LOCK(BootLockConfig)); in FLASH_OB_BootLockConfig()
1410 MODIFY_REG(FLASH->SECBOOTADD0R, FLASH_SECBOOTADD0R_BOOT_LOCK, BootLockConfig); in FLASH_OB_BootLockConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ex.c103 static HAL_StatusTypeDef FLASH_OB_BootLockConfig(uint32_t BootLockConfig);
1173 static HAL_StatusTypeDef FLASH_OB_BootLockConfig(uint32_t BootLockConfig) in FLASH_OB_BootLockConfig() argument
1178 assert_param(IS_OB_BOOT_LOCK(BootLockConfig)); in FLASH_OB_BootLockConfig()
1185 MODIFY_REG(FLASH->SEC1R, FLASH_SEC1R_BOOT_LOCK, BootLockConfig); in FLASH_OB_BootLockConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c132 static void FLASH_OB_BootLockConfig(uint32_t BootLockConfig);
1421 static void FLASH_OB_BootLockConfig(uint32_t BootLockConfig) in FLASH_OB_BootLockConfig() argument
1424 assert_param(IS_OB_BOOT_LOCK(BootLockConfig)); in FLASH_OB_BootLockConfig()
1427 MODIFY_REG(FLASH->SECBOOTADD0R, FLASH_SECBOOTADD0R_BOOT_LOCK, BootLockConfig); in FLASH_OB_BootLockConfig()