Home
last modified time | relevance | path

Searched refs:OB_BOOT_SEL_SET (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h67 …e IS_OB_BOOT_SEL(BOOT_SEL) (((BOOT_SEL) == OB_BOOT_SEL_RESET) || ((BOOT_SEL) == OB_BOOT_SEL_SET))
365 #define OB_BOOT_SEL_SET ((uint8_t)0x80U) /*!< BOOT_SEL Set */ macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c812 assert_param(IS_OB_BOOT_SEL((UserConfig&OB_BOOT_SEL_SET))); in FLASH_OB_UserConfig()