Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_gtzc.c688 uint32_t offset_bit_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local
750 offset_bit_start = block_start % 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
762 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
768 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
781 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
786 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
797 offset_bit_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes()
798 if (offset_bit_start == 32U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
800 offset_bit_start = 0U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
834 uint32_t offset_bit_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gtzc.c1109 uint32_t offset_bit_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local
1207 offset_bit_start = block_start % 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1219 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1225 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1238 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1243 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1254 offset_bit_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1255 if (offset_bit_start == 32U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1257 offset_bit_start = 0U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1291 uint32_t offset_bit_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gtzc.c1038 uint32_t offset_bit_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local
1100 offset_bit_start = block_start % 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1112 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1118 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1131 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1136 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1147 offset_bit_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1148 if (offset_bit_start == 32U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1150 offset_bit_start = 0U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1184 uint32_t offset_bit_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gtzc.c837 uint32_t block_start, offset_reg_start, offset_bit_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local
880 offset_bit_start = block_start % 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
887 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
892 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
899 offset_bit_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes()
900 if (offset_bit_start == 32U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
902 offset_bit_start = 0U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
932 uint32_t block_start, offset_reg_start, offset_bit_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local
975 offset_bit_start = block_start % 32U; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
980 1UL << (offset_bit_start % 32U)) in HAL_GTZC_MPCBB_GetConfigMemAttributes()
[all …]