Home
last modified time | relevance | path

Searched refs:GTZC_MPCBB_BLOCK_SIZE (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_gtzc.c693 if ((MemAddress % GTZC_MPCBB_BLOCK_SIZE) != 0U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
699 end_address = MemAddress + (NbBlocks * GTZC_MPCBB_BLOCK_SIZE) - 1U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
748 block_start = (MemAddress - base_address) / GTZC_MPCBB_BLOCK_SIZE; in HAL_GTZC_MPCBB_ConfigMemAttributes()
838 if ((MemAddress % GTZC_MPCBB_BLOCK_SIZE) != 0U) in HAL_GTZC_MPCBB_GetConfigMemAttributes()
844 end_address = MemAddress + (NbBlocks * GTZC_MPCBB_BLOCK_SIZE) - 1U; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
893 block_start = (MemAddress - base_address) / GTZC_MPCBB_BLOCK_SIZE; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gtzc.c841 if ((MemAddress % GTZC_MPCBB_BLOCK_SIZE) != 0U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
847 end_address = MemAddress + (NbBlocks * GTZC_MPCBB_BLOCK_SIZE) - 1U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
878 block_start = (MemAddress - base_address) / GTZC_MPCBB_BLOCK_SIZE; in HAL_GTZC_MPCBB_ConfigMemAttributes()
936 if ((MemAddress % GTZC_MPCBB_BLOCK_SIZE) != 0U) in HAL_GTZC_MPCBB_GetConfigMemAttributes()
942 end_address = MemAddress + (NbBlocks * GTZC_MPCBB_BLOCK_SIZE) - 1U; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
973 block_start = (MemAddress - base_address) / GTZC_MPCBB_BLOCK_SIZE; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gtzc.c1043 if ((MemAddress % GTZC_MPCBB_BLOCK_SIZE) != 0U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1049 end_address = MemAddress + (NbBlocks * GTZC_MPCBB_BLOCK_SIZE) - 1U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1098 block_start = (MemAddress - base_address) / GTZC_MPCBB_BLOCK_SIZE; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1188 if ((MemAddress % GTZC_MPCBB_BLOCK_SIZE) != 0U) in HAL_GTZC_MPCBB_GetConfigMemAttributes()
1194 end_address = MemAddress + (NbBlocks * GTZC_MPCBB_BLOCK_SIZE) - 1U; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
1243 block_start = (MemAddress - base_address) / GTZC_MPCBB_BLOCK_SIZE; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gtzc.c1114 if ((MemAddress % GTZC_MPCBB_BLOCK_SIZE) != 0U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1120 end_address = MemAddress + (NbBlocks * GTZC_MPCBB_BLOCK_SIZE) - 1U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1205 block_start = (MemAddress - base_address) / GTZC_MPCBB_BLOCK_SIZE; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1295 if ((MemAddress % GTZC_MPCBB_BLOCK_SIZE) != 0U) in HAL_GTZC_MPCBB_GetConfigMemAttributes()
1301 end_address = MemAddress + (NbBlocks * GTZC_MPCBB_BLOCK_SIZE) - 1U; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
1386 block_start = (MemAddress - base_address) / GTZC_MPCBB_BLOCK_SIZE; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_gtzc.h283 #define GTZC_MPCBB_BLOCK_SIZE 0x200U /* 512 Bytes */ macro
284 #define GTZC_MPCBB_SUPERBLOCK_SIZE (GTZC_MPCBB_BLOCK_SIZE * 32U) /* 16 KBytes */
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_gtzc.h315 #define GTZC_MPCBB_BLOCK_SIZE 0x100U /* 256 Bytes */ macro
316 #define GTZC_MPCBB_SUPERBLOCK_SIZE (GTZC_MPCBB_BLOCK_SIZE * 32U) /* 8 KBytes */
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_gtzc.h483 #define GTZC_MPCBB_BLOCK_SIZE 0x200U /* 512 Bytes */ macro
484 #define GTZC_MPCBB_SUPERBLOCK_SIZE (GTZC_MPCBB_BLOCK_SIZE * 32U) /* 16 KBytes */
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gtzc.h451 #define GTZC_MPCBB_BLOCK_SIZE 0x200U /* 512 Bytes */ macro
452 #define GTZC_MPCBB_SUPERBLOCK_SIZE (GTZC_MPCBB_BLOCK_SIZE * 32U) /* 16 KBytes */