Searched refs:MemBaseAddress (Results 1 – 7 of 7) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
| D | stm32h5xx_hal_gtzc.c | 516 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress, in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() argument 523 uint32_t granularity = (MemBaseAddress == BKPSRAM_BASE) ? \ in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 529 || (((MemBaseAddress == FMC_BANK3) || (MemBaseAddress == BKPSRAM_BASE) || \ in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 530 (MemBaseAddress == FMC_SDRAM_BANK_1) || (MemBaseAddress == FMC_SDRAM_BANK_2)) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 532 || ((MemBaseAddress == BKPSRAM_BASE) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 542 switch (MemBaseAddress) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 660 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes(uint32_t MemBaseAddress, MPCWM_ConfigT… in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() argument 664 uint32_t granularity = (MemBaseAddress == BKPSRAM_BASE) ? \ in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() 668 switch (MemBaseAddress) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() 725 if ((MemBaseAddress == OCTOSPI1_BASE) || (MemBaseAddress == FMC_BANK1)) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() [all …]
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
| D | stm32u5xx_hal_gtzc.c | 531 uint32_t MemBaseAddress, in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() argument 538 uint32_t granularity = (MemBaseAddress == BKPSRAM_BASE) ? \ in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 543 || (((MemBaseAddress == FMC_BANK3) || (MemBaseAddress == BKPSRAM_BASE)) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 552 switch (MemBaseAddress) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 650 uint32_t MemBaseAddress, in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() argument 655 uint32_t granularity = (MemBaseAddress == BKPSRAM_BASE) ? \ in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() 659 switch (MemBaseAddress) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() 696 if ((MemBaseAddress != FMC_BANK3) && (MemBaseAddress != BKPSRAM_BASE)) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() 702 switch (MemBaseAddress) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() 802 HAL_StatusTypeDef HAL_GTZC_MPCBB_ConfigMem(uint32_t MemBaseAddress, in HAL_GTZC_MPCBB_ConfigMem() argument [all …]
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
| D | stm32l5xx_hal_gtzc.c | 456 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress, in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() argument 467 || ((MemBaseAddress == FMC_BANK3) && (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID2)) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 475 switch (MemBaseAddress) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 558 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes(uint32_t MemBaseAddress, in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() argument 567 switch (MemBaseAddress) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() 601 if (MemBaseAddress != FMC_BANK3) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() 607 switch (MemBaseAddress) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() 710 HAL_StatusTypeDef HAL_GTZC_MPCBB_ConfigMem(uint32_t MemBaseAddress, in HAL_GTZC_MPCBB_ConfigMem() argument 721 if ((!(IS_GTZC_BASE_ADDRESS(SRAM1, MemBaseAddress)) in HAL_GTZC_MPCBB_ConfigMem() 722 && !(IS_GTZC_BASE_ADDRESS(SRAM2, MemBaseAddress))) in HAL_GTZC_MPCBB_ConfigMem() [all …]
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/ |
| D | stm32l5xx_hal_gtzc.h | 420 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress, 422 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes(uint32_t MemBaseAddress, 451 HAL_StatusTypeDef HAL_GTZC_MPCBB_ConfigMem(uint32_t MemBaseAddress, 453 HAL_StatusTypeDef HAL_GTZC_MPCBB_GetConfigMem(uint32_t MemBaseAddress, 467 HAL_StatusTypeDef HAL_GTZC_MPCBB_Lock(uint32_t MemBaseAddress); 468 HAL_StatusTypeDef HAL_GTZC_MPCBB_GetLock(uint32_t MemBaseAddress,
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
| D | stm32u5xx_hal_gtzc.h | 492 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress, 494 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes(uint32_t MemBaseAddress, 517 HAL_StatusTypeDef HAL_GTZC_MPCBB_ConfigMem(uint32_t MemBaseAddress, 519 HAL_StatusTypeDef HAL_GTZC_MPCBB_GetConfigMem(uint32_t MemBaseAddress, 535 HAL_StatusTypeDef HAL_GTZC_MPCBB_Lock(uint32_t MemBaseAddress); 536 HAL_StatusTypeDef HAL_GTZC_MPCBB_GetLock(uint32_t MemBaseAddress,
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/secure/ |
| D | target_cfg.c | 174 void lock_sram_config(uint32_t MemBaseAddress); 263 void lock_sram_config(uint32_t MemBaseAddress) in lock_sram_config() argument 267 if (HAL_GTZC_MPCBB_GetConfigMem(MemBaseAddress, &MPCBB_desc) != HAL_OK) in lock_sram_config() 275 if (HAL_GTZC_MPCBB_ConfigMem(MemBaseAddress, &MPCBB_desc) != HAL_OK) in lock_sram_config()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/ |
| D | stm32h5xx_hal_gtzc.h | 595 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress, 597 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes(uint32_t MemBaseAddress, 622 HAL_StatusTypeDef HAL_GTZC_MPCBB_ConfigMem(uint32_t MemBaseAddress, 624 HAL_StatusTypeDef HAL_GTZC_MPCBB_GetConfigMem(uint32_t MemBaseAddress, 640 HAL_StatusTypeDef HAL_GTZC_MPCBB_Lock(uint32_t MemBaseAddress); 641 HAL_StatusTypeDef HAL_GTZC_MPCBB_GetLock(uint32_t MemBaseAddress,
|