Searched refs:offset_reg_start (Results 1 – 3 of 3) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
| D | stm32h5xx_hal_gtzc.c | 1030 uint32_t offset_reg_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local 1092 offset_reg_start = block_start / 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes() 1104 SET_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1110 CLEAR_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1123 SET_BIT(mpcbb_ptr->PRIVCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1128 CLEAR_BIT(mpcbb_ptr->PRIVCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1144 offset_reg_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes() 1176 uint32_t offset_reg_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local 1237 offset_reg_start = block_start / 32U; in HAL_GTZC_MPCBB_GetConfigMemAttributes() 1243 pMemAttributes[i] = (READ_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes() [all …]
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
| D | stm32l5xx_hal_gtzc.c | 836 uint32_t block_start, offset_reg_start, offset_bit_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local 878 offset_reg_start = block_start / 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes() 885 SET_BIT(mpcbb_ptr->VCTR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 890 CLEAR_BIT(mpcbb_ptr->VCTR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 902 offset_reg_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes() 931 uint32_t block_start, offset_reg_start, offset_bit_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local 973 offset_reg_start = block_start / 32U; in HAL_GTZC_MPCBB_GetConfigMemAttributes() 978 pMemAttributes[i] = READ_BIT(mpcbb_ptr->VCTR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes() 986 offset_reg_start++; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
| D | stm32u5xx_hal_gtzc.c | 993 uint32_t offset_reg_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local 1061 offset_reg_start = block_start / 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes() 1073 SET_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1079 CLEAR_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1092 SET_BIT(mpcbb_ptr->PRIVCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1097 CLEAR_BIT(mpcbb_ptr->PRIVCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1113 offset_reg_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes() 1145 uint32_t offset_reg_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local 1212 offset_reg_start = block_start / 32U; in HAL_GTZC_MPCBB_GetConfigMemAttributes() 1217 pMemAttributes[i] = (READ_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes() [all …]
|