Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h639 #define OB_USER_SECURITY 0x0040U /*!< security 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.c1508 if((UserType & OB_USER_SECURITY) != 0U) in FLASH_OB_UserConfig()