Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dsystem_stm32u0xx.c183 uint32_t tmp_seccr; in SystemInit() local
195 tmp_seccr = FLASH->SECR; in SystemInit()
197 if (((tmp_seccr & FLASH_SECR_BOOT_LOCK) == FLASH_SECR_BOOT_LOCK) \ in SystemInit()