Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h640 #define OB_USER_IOHSLV 0x0080U /*!< IO HSLV selection */ macro
660 OB_USER_SECURITY | OB_USER_IOHSLV | OB_USER_SWAP_BANK |\
667 OB_USER_SECURITY | OB_USER_IOHSLV | OB_USER_SWAP_BANK |\
672 OB_USER_SECURITY | OB_USER_IOHSLV |\
678 OB_USER_SECURITY | OB_USER_IOHSLV |\
684 OB_USER_SECURITY | OB_USER_IOHSLV | OB_USER_SWAP_BANK )
688 OB_USER_SECURITY | OB_USER_IOHSLV )
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c1574 if((UserType & OB_USER_IOHSLV) != 0U) in FLASH_OB_UserConfig()