Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_gtzc.c704 uint32_t offset_bit_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local
766 offset_bit_start = block_start % 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
778 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
784 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
797 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
802 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
813 offset_bit_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes()
814 if (offset_bit_start == 32U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
816 offset_bit_start = 0U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
850 uint32_t offset_bit_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local
[all …]
/hal_stm32-3.5.0/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-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gtzc.c1033 uint32_t offset_bit_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local
1095 offset_bit_start = block_start % 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1107 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1113 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1126 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1131 1UL << (offset_bit_start % 32U)); in HAL_GTZC_MPCBB_ConfigMemAttributes()
1142 offset_bit_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1143 if (offset_bit_start == 32U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1145 offset_bit_start = 0U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1179 uint32_t offset_bit_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local
[all …]
/hal_stm32-3.5.0/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 …]