Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_flash_ex.c117 … FLASH_OB_GetC2BootResetConfig(uint32_t *C2BootResetVectAddr, uint32_t *C2BootResetRegion);
1008 …atic void FLASH_OB_GetC2BootResetConfig(uint32_t *C2BootResetVectAddr, uint32_t *C2BootResetRegion) in FLASH_OB_GetC2BootResetConfig() argument
1010 *C2BootResetRegion = (READ_BIT(FLASH->SRRVR, FLASH_SRRVR_C2OPT)); in FLASH_OB_GetC2BootResetConfig()
1012 if (*C2BootResetRegion == OB_C2_BOOT_FROM_FLASH) in FLASH_OB_GetC2BootResetConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_flash_ex.c131 … FLASH_OB_GetC2BootResetConfig(uint32_t *C2BootResetVectAddr, uint32_t *C2BootResetRegion);
1248 …atic void FLASH_OB_GetC2BootResetConfig(uint32_t *C2BootResetVectAddr, uint32_t *C2BootResetRegion) in FLASH_OB_GetC2BootResetConfig() argument
1250 *C2BootResetRegion = (READ_BIT(FLASH->SRRVR, FLASH_SRRVR_C2OPT)); in FLASH_OB_GetC2BootResetConfig()
1252 if (*C2BootResetRegion == OB_C2_BOOT_FROM_FLASH) in FLASH_OB_GetC2BootResetConfig()