Searched refs:SECR (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_flash_ex.c | 1229 secmem = (FLASH->SECR & ~(FLASH_SECR_BOOT_LOCK | FLASH_SECR_SEC_SIZE | FLASH_SECR_SEC_SIZE2)); in FLASH_OB_SecMemConfig() 1230 FLASH->SECR = (secmem | BootEntry | SecSize | (SecSize2 << FLASH_SECR_SEC_SIZE2_Pos)); in FLASH_OB_SecMemConfig() 1244 uint32_t secmem = FLASH->SECR; in FLASH_OB_GetSecMem() 1271 secmem = (FLASH->SECR & ~(FLASH_SECR_BOOT_LOCK | FLASH_SECR_SEC_SIZE)); in FLASH_OB_SecMemConfig() 1272 FLASH->SECR = (secmem | BootEntry | SecSize); in FLASH_OB_SecMemConfig() 1284 uint32_t secmem = FLASH->SECR; in FLASH_OB_GetSecMem()
|
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_flash_ex.c | 710 secmem = (FLASH->SECR & ~(FLASH_SECR_BOOT_LOCK | FLASH_SECR_SEC_SIZE)); in FLASH_OB_SecMemConfig() 711 FLASH->SECR = (secmem | BootEntry | SecSize); in FLASH_OB_SecMemConfig() 846 uint32_t secmem = FLASH->SECR; in FLASH_OB_GetSecMem()
|
/hal_stm32-3.7.0/stm32cube/stm32c0xx/soc/ |
D | stm32c031xx.h | 255 …__IO uint32_t SECR; /*!< FLASH security register , Address offset… member
|
D | stm32c011xx.h | 255 …__IO uint32_t SECR; /*!< FLASH security register , Address offset… member
|
/hal_stm32-3.7.0/stm32cube/stm32g0xx/soc/ |
D | stm32g031xx.h | 266 …__IO uint32_t SECR; /*!< FLASH security register , Address offset… member
|
D | stm32g041xx.h | 267 …__IO uint32_t SECR; /*!< FLASH security register , Address offset… member
|
D | stm32g051xx.h | 306 …__IO uint32_t SECR; /*!< FLASH security register , Address offset… member
|
D | stm32g061xx.h | 307 …__IO uint32_t SECR; /*!< FLASH security register , Address offset… member
|
D | stm32g071xx.h | 323 …__IO uint32_t SECR; /*!< FLASH security register , Address offset… member
|
D | stm32g081xx.h | 324 …__IO uint32_t SECR; /*!< FLASH security register , Address offset… member
|
D | stm32g0b1xx.h | 402 …__IO uint32_t SECR; /*!< FLASH security register , Address offset… member
|
D | stm32g0c1xx.h | 403 …__IO uint32_t SECR; /*!< FLASH security register , Address offset… member
|