Home
last modified time | relevance | path

Searched refs:offset_bit_start (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_gtzc.c836 uint32_t block_start, offset_reg_start, offset_bit_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local
879 offset_bit_start = block_start % 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
886 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
891 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
898 offset_bit_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes()
899 if (offset_bit_start == 32U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
901 offset_bit_start = 0U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
931 uint32_t block_start, offset_reg_start, offset_bit_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local
974 offset_bit_start = block_start % 32U; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
979 1UL << (offset_bit_start % 32U)) in HAL_GTZC_MPCBB_GetConfigMemAttributes()
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_gtzc.c1031 uint32_t offset_bit_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local
1093 offset_bit_start = block_start % 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1105 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1111 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1124 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1129 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1140 offset_bit_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1141 if (offset_bit_start == 32U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1143 offset_bit_start = 0U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1177 uint32_t offset_bit_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_gtzc.c994 uint32_t offset_bit_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local
1062 offset_bit_start = block_start % 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1074 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1080 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1093 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1098 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1109 offset_bit_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1110 if (offset_bit_start == 32U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1112 offset_bit_start = 0U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1146 uint32_t offset_bit_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local
[all …]