Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h67 #define IS_OB_BOOT_SEL(BOOT_SEL) (((BOOT_SEL) == OB_BOOT_SEL_RESET) || ((BOOT_SEL) == OB_BOOT_SEL… 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()