Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c580 uint32_t useroptionvalue = 0x00; in FLASH_OB_UserConfig() local
603 useroptionvalue = (Iwdg | Wwdg | Stop | Stdby | Iwdgstop | Iwdgstdby | NDBoot | NDBank); in FLASH_OB_UserConfig()
606 MODIFY_REG(FLASH->OPTCR, useroptionmask, useroptionvalue); in FLASH_OB_UserConfig()
748 uint32_t useroptionvalue = 0x00; in FLASH_OB_UserConfig() local
768 useroptionvalue = (Iwdg | Wwdg | Stop | Stdby | Iwdgstop | Iwdgstdby); in FLASH_OB_UserConfig()
771 MODIFY_REG(FLASH->OPTCR, useroptionmask, useroptionvalue); in FLASH_OB_UserConfig()