Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gtzc.c572 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress, in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() argument
579 uint32_t granularity = (MemBaseAddress == BKPSRAM_BASE) ? \ in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
585 (((MemBaseAddress == BKPSRAM_BASE) || (MemBaseAddress == FMC_BANK3)) && in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
587 ((MemBaseAddress == BKPSRAM_BASE) && in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
597 switch (MemBaseAddress) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
716 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes(uint32_t MemBaseAddress, in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() argument
722 uint32_t granularity = (MemBaseAddress == BKPSRAM_BASE) ? \ in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
726 switch (MemBaseAddress) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
864 HAL_StatusTypeDef HAL_GTZC_MPCBB_ConfigMem(uint32_t MemBaseAddress, in HAL_GTZC_MPCBB_ConfigMem() argument
873 if ((!(IS_GTZC_BASE_ADDRESS(SRAM1, MemBaseAddress)) in HAL_GTZC_MPCBB_ConfigMem()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gtzc.c527 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress, in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() argument
534 uint32_t granularity = (MemBaseAddress == BKPSRAM_BASE) ? \ in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
540 || (((MemBaseAddress == FMC_BANK3) || (MemBaseAddress == BKPSRAM_BASE) || \ in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
541 (MemBaseAddress == FMC_SDRAM_BANK_1) || (MemBaseAddress == FMC_SDRAM_BANK_2)) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
543 || ((MemBaseAddress == BKPSRAM_BASE) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
553 switch (MemBaseAddress) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
673 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes(uint32_t MemBaseAddress, MPCWM_ConfigT… in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() argument
677 uint32_t granularity = (MemBaseAddress == BKPSRAM_BASE) ? \ in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
681 switch (MemBaseAddress) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
738 if ((MemBaseAddress == OCTOSPI1_BASE) || (MemBaseAddress == FMC_BANK1)) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gtzc.c456 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 …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_gtzc.c521 HAL_StatusTypeDef HAL_GTZC_MPCBB_ConfigMem(uint32_t MemBaseAddress, in HAL_GTZC_MPCBB_ConfigMem() argument
534 if ((!(IS_GTZC_BASE_ADDRESS(SRAM1, MemBaseAddress)) in HAL_GTZC_MPCBB_ConfigMem()
535 && !(IS_GTZC_BASE_ADDRESS(SRAM2, MemBaseAddress)) in HAL_GTZC_MPCBB_ConfigMem()
536 && !(IS_GTZC_BASE_ADDRESS(SRAM6, MemBaseAddress))) in HAL_GTZC_MPCBB_ConfigMem()
553 if (IS_GTZC_BASE_ADDRESS(SRAM1, MemBaseAddress)) in HAL_GTZC_MPCBB_ConfigMem()
558 else if (IS_GTZC_BASE_ADDRESS(SRAM2, MemBaseAddress)) in HAL_GTZC_MPCBB_ConfigMem()
606 HAL_StatusTypeDef HAL_GTZC_MPCBB_GetConfigMem(uint32_t MemBaseAddress, in HAL_GTZC_MPCBB_GetConfigMem() argument
615 if (!(IS_GTZC_BASE_ADDRESS(SRAM1, MemBaseAddress)) in HAL_GTZC_MPCBB_GetConfigMem()
616 && !(IS_GTZC_BASE_ADDRESS(SRAM2, MemBaseAddress)) in HAL_GTZC_MPCBB_GetConfigMem()
617 && !(IS_GTZC_BASE_ADDRESS(SRAM6, MemBaseAddress))) in HAL_GTZC_MPCBB_GetConfigMem()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_gtzc.h419 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress,
421 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes(uint32_t MemBaseAddress,
450 HAL_StatusTypeDef HAL_GTZC_MPCBB_ConfigMem(uint32_t MemBaseAddress,
452 HAL_StatusTypeDef HAL_GTZC_MPCBB_GetConfigMem(uint32_t MemBaseAddress,
466 HAL_StatusTypeDef HAL_GTZC_MPCBB_Lock(uint32_t MemBaseAddress);
467 HAL_StatusTypeDef HAL_GTZC_MPCBB_GetLock(uint32_t MemBaseAddress,
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_gtzc.c327 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress, MPCWM_ConfigType… in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() argument
337 assert_param(IS_GTZC_MPCWM_MEMORY_BASEADDRESS(MemBaseAddress)); in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
339 switch (MemBaseAddress) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
413 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes(uint32_t MemBaseAddress, MPCWM_ConfigT… in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() argument
423 assert_param(IS_GTZC_MPCWM_MEMORY_BASEADDRESS(MemBaseAddress)); in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
426 switch (MemBaseAddress) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_gtzc.h595 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,
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gtzc.h576 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress,
578 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes(uint32_t MemBaseAddress,
601 HAL_StatusTypeDef HAL_GTZC_MPCBB_ConfigMem(uint32_t MemBaseAddress,
603 HAL_StatusTypeDef HAL_GTZC_MPCBB_GetConfigMem(uint32_t MemBaseAddress,
619 HAL_StatusTypeDef HAL_GTZC_MPCBB_Lock(uint32_t MemBaseAddress);
620 HAL_StatusTypeDef HAL_GTZC_MPCBB_GetLock(uint32_t MemBaseAddress,
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_gtzc.h418 HAL_StatusTypeDef HAL_GTZC_MPCBB_ConfigMem(uint32_t MemBaseAddress,
420 HAL_StatusTypeDef HAL_GTZC_MPCBB_GetConfigMem(uint32_t MemBaseAddress,
436 HAL_StatusTypeDef HAL_GTZC_MPCBB_Lock(uint32_t MemBaseAddress);
437 HAL_StatusTypeDef HAL_GTZC_MPCBB_GetLock(uint32_t MemBaseAddress,
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_gtzc.h210 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress, MPCWM_ConfigType…
211 HAL_StatusTypeDef HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes(uint32_t MemBaseAddress, MPCWM_ConfigT…