Searched refs:SecureRAM2bStartAddr (Results 1 – 2 of 2) sorted by relevance
116 … 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() argument996 *SecureRAM2bStartAddr = ((user_config << SRAM_SECURE_PAGE_GRANULARITY_OFFSET) + SRAM2B_BASE); in FLASH_OB_GetSecureMemoryConfig()
100 …uint32_t SecureRAM2bStartAddr; /*!< Secure non-Backup RAM2b start address (used for OPTIONBYTE_S… member