Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gtzc.c1105 uint32_t base_address; in HAL_GTZC_MPCBB_ConfigMemAttributes() local
1125 base_address = SRAM1_BASE_NS; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1131 base_address = SRAM1_BASE_S; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1137 base_address = SRAM2_BASE_NS; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1143 base_address = SRAM2_BASE_S; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1150 base_address = SRAM3_BASE_NS; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1156 base_address = SRAM3_BASE_S; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1163 base_address = SRAM4_BASE_NS; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1169 base_address = SRAM4_BASE_S; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1176 base_address = SRAM5_BASE_NS; in HAL_GTZC_MPCBB_ConfigMemAttributes()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_gtzc.c700 uint32_t base_address; in HAL_GTZC_MPCBB_ConfigMemAttributes() local
720 base_address = SRAM1_BASE_NS; in HAL_GTZC_MPCBB_ConfigMemAttributes()
727 base_address = SRAM1_BASE_S; in HAL_GTZC_MPCBB_ConfigMemAttributes()
734 base_address = SRAM2_BASE_NS; in HAL_GTZC_MPCBB_ConfigMemAttributes()
741 base_address = SRAM2_BASE_S; in HAL_GTZC_MPCBB_ConfigMemAttributes()
748 base_address = SRAM6_BASE_NS; in HAL_GTZC_MPCBB_ConfigMemAttributes()
755 base_address = SRAM6_BASE_S; in HAL_GTZC_MPCBB_ConfigMemAttributes()
764 block_start = (MemAddress - base_address) / GTZC_MPCBB_BLOCK_SIZE; in HAL_GTZC_MPCBB_ConfigMemAttributes()
846 uint32_t base_address; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local
865 base_address = SRAM1_BASE_NS; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gtzc.c1029 uint32_t base_address; in HAL_GTZC_MPCBB_ConfigMemAttributes() local
1049 base_address = SRAM1_BASE_NS; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1056 base_address = SRAM1_BASE_S; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1063 base_address = SRAM2_BASE_NS; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1070 base_address = SRAM2_BASE_S; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1078 base_address = SRAM3_BASE_NS; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1084 base_address = SRAM3_BASE_S; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1093 block_start = (MemAddress - base_address) / GTZC_MPCBB_BLOCK_SIZE; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1175 uint32_t base_address; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local
1194 base_address = SRAM1_BASE_NS; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gtzc.c836 uint32_t base_address, end_address; in HAL_GTZC_MPCBB_ConfigMemAttributes() local
852 base_address = SRAM1_BASE_NS; in HAL_GTZC_MPCBB_ConfigMemAttributes()
858 base_address = SRAM1_BASE_S; in HAL_GTZC_MPCBB_ConfigMemAttributes()
864 base_address = SRAM2_BASE_NS; in HAL_GTZC_MPCBB_ConfigMemAttributes()
870 base_address = SRAM2_BASE_S; in HAL_GTZC_MPCBB_ConfigMemAttributes()
878 block_start = (MemAddress - base_address) / GTZC_MPCBB_BLOCK_SIZE; in HAL_GTZC_MPCBB_ConfigMemAttributes()
931 uint32_t base_address, end_address; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local
947 base_address = SRAM1_BASE_NS; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
953 base_address = SRAM1_BASE_S; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
959 base_address = SRAM2_BASE_NS; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
[all …]