Searched refs:offset_reg_start (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_gtzc.c | 687 uint32_t offset_reg_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local 749 offset_reg_start = block_start / 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes() 761 SET_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 767 CLEAR_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 780 SET_BIT(mpcbb_ptr->PRIVCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 785 CLEAR_BIT(mpcbb_ptr->PRIVCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 801 offset_reg_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes() 833 uint32_t offset_reg_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local 894 offset_reg_start = block_start / 32U; in HAL_GTZC_MPCBB_GetConfigMemAttributes() 899 pMemAttributes[i] = (READ_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_gtzc.c | 1037 uint32_t offset_reg_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local 1099 offset_reg_start = block_start / 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes() 1111 SET_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1117 CLEAR_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1130 SET_BIT(mpcbb_ptr->PRIVCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1135 CLEAR_BIT(mpcbb_ptr->PRIVCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1151 offset_reg_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes() 1183 uint32_t offset_reg_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local 1244 offset_reg_start = block_start / 32U; in HAL_GTZC_MPCBB_GetConfigMemAttributes() 1250 pMemAttributes[i] = (READ_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_gtzc.c | 837 uint32_t block_start, offset_reg_start, offset_bit_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local 879 offset_reg_start = block_start / 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes() 886 SET_BIT(mpcbb_ptr->VCTR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 891 CLEAR_BIT(mpcbb_ptr->VCTR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 903 offset_reg_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes() 932 uint32_t block_start, offset_reg_start, offset_bit_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local 974 offset_reg_start = block_start / 32U; in HAL_GTZC_MPCBB_GetConfigMemAttributes() 979 pMemAttributes[i] = READ_BIT(mpcbb_ptr->VCTR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes() 987 offset_reg_start++; in HAL_GTZC_MPCBB_GetConfigMemAttributes()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_gtzc.c | 1108 uint32_t offset_reg_start; in HAL_GTZC_MPCBB_ConfigMemAttributes() local 1206 offset_reg_start = block_start / 32U; in HAL_GTZC_MPCBB_ConfigMemAttributes() 1218 SET_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1224 CLEAR_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1237 SET_BIT(mpcbb_ptr->PRIVCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1242 CLEAR_BIT(mpcbb_ptr->PRIVCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes() 1258 offset_reg_start++; in HAL_GTZC_MPCBB_ConfigMemAttributes() 1290 uint32_t offset_reg_start; in HAL_GTZC_MPCBB_GetConfigMemAttributes() local 1387 offset_reg_start = block_start / 32U; in HAL_GTZC_MPCBB_GetConfigMemAttributes() 1392 pMemAttributes[i] = (READ_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes() [all …]
|