Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_flash_ex.c115 static void FLASH_OB_SecMemConfig(uint32_t BootEntry, uint32_t SecSize, uint32_t SecS…
116 static void FLASH_OB_GetSecMem(uint32_t *BootEntry, uint32_t *SecSize, uint32_t *SecS…
118 static void FLASH_OB_SecMemConfig(uint32_t BootEntry, uint32_t SecSize);
119 static void FLASH_OB_GetSecMem(uint32_t *BootEntry, uint32_t *SecSize);
1215 static void FLASH_OB_SecMemConfig(uint32_t BootEntry, uint32_t SecSize, uint32_t SecSize2) in FLASH_OB_SecMemConfig() argument
1220 assert_param(IS_OB_SEC_BOOT_LOCK(BootEntry)); in FLASH_OB_SecMemConfig()
1230 FLASH->SECR = (secmem | BootEntry | SecSize | (SecSize2 << FLASH_SECR_SEC_SIZE2_Pos)); in FLASH_OB_SecMemConfig()
1242 static void FLASH_OB_GetSecMem(uint32_t *BootEntry, uint32_t *SecSize, uint32_t *SecSize2) in FLASH_OB_GetSecMem() argument
1246 *BootEntry = (secmem & FLASH_SECR_BOOT_LOCK); in FLASH_OB_GetSecMem()
1262 static void FLASH_OB_SecMemConfig(uint32_t BootEntry, uint32_t SecSize) in FLASH_OB_SecMemConfig() argument
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_flash_ex.c102 static void FLASH_OB_HDPConfig(uint32_t BootEntry, uint32_t HDPEndPage, uint32_t HDPE…
103 static void FLASH_OB_GetHDPConfig(uint32_t *BootEntry, uint32_t *HDPEndPage, uint32_t…
669 static void FLASH_OB_HDPConfig(uint32_t BootEntry, uint32_t HDPEndPage, uint32_t HDPEn) in FLASH_OB_HDPConfig() argument
674 assert_param(IS_OB_BOOT_LOCK(BootEntry)); in FLASH_OB_HDPConfig()
678 FLASH->SECR = (secmem | BootEntry | HDPEndPage | (HDPEn << FLASH_SECR_HDP1EN_Pos)); in FLASH_OB_HDPConfig()
688 static void FLASH_OB_GetHDPConfig(uint32_t *BootEntry, uint32_t *HDPEndPage, uint32_t *HDPEn) in FLASH_OB_GetHDPConfig() argument
692 *BootEntry = (secmem & FLASH_SECR_BOOT_LOCK); in FLASH_OB_GetHDPConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_flash_ex.c100 static void FLASH_OB_SecMemConfig(uint32_t BootEntry, uint32_t SecSize);
106 static void FLASH_OB_GetSecMem(uint32_t *BootEntry, uint32_t *SecSize);
705 static void FLASH_OB_SecMemConfig(uint32_t BootEntry, uint32_t SecSize) in FLASH_OB_SecMemConfig() argument
710 assert_param(IS_OB_SEC_BOOT_LOCK(BootEntry)); in FLASH_OB_SecMemConfig()
715 FLASH->SECR = (secmem | BootEntry | SecSize); in FLASH_OB_SecMemConfig()
852 static void FLASH_OB_GetSecMem(uint32_t *BootEntry, uint32_t *SecSize) in FLASH_OB_GetSecMem() argument
856 *BootEntry = (secmem & FLASH_SECR_BOOT_LOCK); in FLASH_OB_GetSecMem()