Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h68 #define IS_OB_BOOT0(BOOT0) (((BOOT0) == OB_BOOT0_RESET) || ((BOOT0) == OB_BOOT0_SET)) macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c813 assert_param(IS_OB_BOOT0((UserConfig&OB_BOOT0_SET))); in FLASH_OB_UserConfig()