Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_flash_ex.c116 … uint32_t *SecureRAM2bStartAddr, uint32_t *SecureMode);
399 &(pOBInit->SecureRAM2bStartAddr), &(pOBInit->SecureMode)); in HAL_FLASHEx_OBGetConfig()
770 assert_param(IS_OB_SNBRSA_START_ADDR(pOBParam->SecureRAM2bStartAddr)); in FLASH_OB_SecureConfig()
780 …((((pOBParam->SecureRAM2bStartAddr - SRAM2B_BASE) >> SRAM_SECURE_PAGE_GRANULARITY_OFFSET) << FLASH… in FLASH_OB_SecureConfig()
784 …((((pOBParam->SecureRAM2bStartAddr - SRAM2B_BASE) >> SRAM_SECURE_PAGE_GRANULARITY_OFFSET) << FLASH… in FLASH_OB_SecureConfig()
970 uint32_t *SecureRAM2bStartAddr, uint32_t *SecureMode) in FLASH_OB_GetSecureMemoryConfig() argument
996 *SecureRAM2bStartAddr = ((user_config << SRAM_SECURE_PAGE_GRANULARITY_OFFSET) + SRAM2B_BASE); in FLASH_OB_GetSecureMemoryConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h100 …uint32_t SecureRAM2bStartAddr; /*!< Secure non-Backup RAM2b start address (used for OPTIONBYTE_S… member