Home
last modified time | relevance | path

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

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_flash_ex.c116 … FLASH_OB_GetC2BootResetConfig(uint32_t *C2BootResetVectAddr, uint32_t *C2BootResetRegion);
1003 …atic void FLASH_OB_GetC2BootResetConfig(uint32_t *C2BootResetVectAddr, uint32_t *C2BootResetRegion) in FLASH_OB_GetC2BootResetConfig() argument
1005 *C2BootResetRegion = (READ_BIT(FLASH->SRRVR, FLASH_SRRVR_C2OPT)); in FLASH_OB_GetC2BootResetConfig()
1007 if (*C2BootResetRegion == OB_C2_BOOT_FROM_FLASH) in FLASH_OB_GetC2BootResetConfig()