Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h1020 #define IS_OB_BOOT_CONFIG(CFG) (((CFG) == OB_BOOT_NS) || ((CFG) == OB_BOOT_SEC)) macro
1022 #define IS_OB_BOOT_CONFIG(CFG) ((CFG) == OB_BOOT_NS) macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1484 assert_param(IS_OB_BOOT_CONFIG(BootOption)); in FLASH_OB_BootAddrConfig()
1520 assert_param(IS_OB_BOOT_CONFIG(BootOption)); in FLASH_OB_BootLockConfig()