Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c778 assert_param(IS_OB_BOOT(BootConfig)); in FLASH_OB_BootConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h1020 #define IS_OB_BOOT(BOOT) (((BOOT) == OB_DUAL_BOOT_ENABLE) || ((BOOT) == OB_DUAL_BOOT_DISABLE)) macro