Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h272 #define OB_USER_BFB2 0x00000080U /*!< Dual-bank boot */ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_flash.h258 #define OB_USER_BFB2 ((uint32_t)0x0080) /*!< Dual-bank boot */ macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ex.c893 if ((UserType & OB_USER_BFB2) != 0U) in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_flash_ex.c869 if((UserType & OB_USER_BFB2) != 0U) in FLASH_OB_UserConfig()