/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_flash_ex.h | 81 #if defined(FLASH_OPTR_WPRMOD) && defined(FLASH_OPTR_BFB2) 85 #elif defined(FLASH_OPTR_WPRMOD) && !defined(FLASH_OPTR_BFB2) 89 #elif !defined(FLASH_OPTR_WPRMOD) && defined(FLASH_OPTR_BFB2) 103 #if defined(FLASH_OPTR_BFB2) 198 #if defined(FLASH_OPTR_WPRMOD) || defined(FLASH_OPTR_BFB2) 220 #if defined(FLASH_OPTR_BFB2) 451 #if defined(FLASH_OPTR_BFB2) 616 #if defined(FLASH_OPTR_BFB2) 624 #define OB_BOOT_BANK2 ((uint8_t)(FLASH_OPTR_BFB2 >> 16)) /*!< At startup, if boot p… 758 #if defined(FLASH_OPTR_WPRMOD) || defined(FLASH_OPTR_BFB2)
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_flash_ex.c | 97 #if defined(FLASH_OPTR_BFB2) 429 #if defined(FLASH_OPTR_WPRMOD) || defined(FLASH_OPTR_BFB2) 461 #if defined(FLASH_OPTR_BFB2) in HAL_FLASHEx_AdvOBProgram() 501 #if defined(FLASH_OPTR_BFB2) in HAL_FLASHEx_AdvOBGetConfig() 506 pAdvOBInit->BootConfig = (FLASH->OPTR & FLASH_OPTR_BFB2) >> 16U; in HAL_FLASHEx_AdvOBGetConfig() 1166 #if defined(FLASH_OPTR_BFB2) 1185 tmp1 = OB->USER & ((~FLASH_OPTR_BFB2) >> 16U); in FLASH_OB_BootConfig()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_flash_ex.c | 892 #if defined (FLASH_OPTR_BFB2) in FLASH_OB_UserConfig() 896 assert_param(IS_OB_USER_BFB2(UserConfig & FLASH_OPTR_BFB2)); in FLASH_OB_UserConfig() 899 optr_reg_val |= (UserConfig & FLASH_OPTR_BFB2); in FLASH_OB_UserConfig() 900 optr_reg_mask |= FLASH_OPTR_BFB2; in FLASH_OB_UserConfig()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_flash_ex.c | 872 assert_param(IS_OB_USER_BFB2(UserConfig & FLASH_OPTR_BFB2)); in FLASH_OB_UserConfig() 875 optr_reg_val |= (UserConfig & FLASH_OPTR_BFB2); in FLASH_OB_UserConfig() 876 optr_reg_mask |= FLASH_OPTR_BFB2; in FLASH_OB_UserConfig()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_flash.h | 370 #define OB_BFB2_ENABLE FLASH_OPTR_BFB2 /*!< Dual-bank boot enable */
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_flash.h | 365 #define OB_BFB2_ENABLE ((uint32_t)FLASH_OPTR_BFB2) /*!< Dual-bank boot enable */
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l081xx.h | 2256 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk /*!< BFB2 */ macro
|
D | stm32l071xx.h | 2128 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk /*!< BFB2 */ macro
|
D | stm32l072xx.h | 2516 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk /*!< BFB2 */ macro
|
D | stm32l073xx.h | 2538 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk /*!< BFB2 */ macro
|
D | stm32l083xx.h | 2666 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk /*!< BFB2 */ macro
|
D | stm32l082xx.h | 2644 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk /*!< BFB2 */ macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g411xc.h | 4802 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk macro
|
D | stm32g473xx.h | 5134 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk macro
|
D | stm32g471xx.h | 4999 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk macro
|
D | stm32g483xx.h | 5355 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk macro
|
D | stm32g414xx.h | 5233 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk macro
|
D | stm32g474xx.h | 5267 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk macro
|
D | stm32g484xx.h | 5488 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l471xx.h | 7536 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk macro
|
D | stm32l475xx.h | 7691 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk macro
|
D | stm32l476xx.h | 7714 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk macro
|
D | stm32l486xx.h | 7930 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk macro
|
D | stm32l485xx.h | 7907 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk macro
|
D | stm32l4a6xx.h | 8805 #define FLASH_OPTR_BFB2 FLASH_OPTR_BFB2_Msk macro
|