Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h1009 #define IS_OB_USER_BCM7(VALUE) (((VALUE) == OB_BCM7_DISABLE) || ((VALUE) == OB_BCM7_ENABL… macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c1532 assert_param(IS_OB_USER_BCM7(UserConfig & FLASH_OPTSR_BCM7)); in FLASH_OB_UserConfig()