Home
last modified time | relevance | path

Searched refs:pMemAttributes (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_gtzc.c697 const uint32_t *pMemAttributes) in HAL_GTZC_MPCBB_ConfigMemAttributes() argument
775 if ((pMemAttributes[i] & GTZC_MCPBB_BLOCK_SEC) == GTZC_MCPBB_BLOCK_SEC) in HAL_GTZC_MPCBB_ConfigMemAttributes()
781 else if ((pMemAttributes[i] & GTZC_MCPBB_BLOCK_NSEC) == GTZC_MCPBB_BLOCK_NSEC) in HAL_GTZC_MPCBB_ConfigMemAttributes()
794 if ((pMemAttributes[i] & GTZC_MCPBB_BLOCK_PRIV) == GTZC_MCPBB_BLOCK_PRIV) in HAL_GTZC_MPCBB_ConfigMemAttributes()
799 else if ((pMemAttributes[i] & GTZC_MCPBB_BLOCK_NPRIV) == GTZC_MCPBB_BLOCK_NPRIV) in HAL_GTZC_MPCBB_ConfigMemAttributes()
843 uint32_t *pMemAttributes) in HAL_GTZC_MPCBB_GetConfigMemAttributes() argument
915 pMemAttributes[i] = (READ_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes()
918 pMemAttributes[i] |= (READ_BIT(mpcbb_ptr->PRIVCFGR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gtzc.c1026 const uint32_t *pMemAttributes) in HAL_GTZC_MPCBB_ConfigMemAttributes() argument
1104 if ((pMemAttributes[i] & GTZC_MCPBB_BLOCK_SEC) == GTZC_MCPBB_BLOCK_SEC) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1110 else if ((pMemAttributes[i] & GTZC_MCPBB_BLOCK_NSEC) == GTZC_MCPBB_BLOCK_NSEC) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1123 if ((pMemAttributes[i] & GTZC_MCPBB_BLOCK_PRIV) == GTZC_MCPBB_BLOCK_PRIV) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1128 else if ((pMemAttributes[i] & GTZC_MCPBB_BLOCK_NPRIV) == GTZC_MCPBB_BLOCK_NPRIV) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1172 uint32_t *pMemAttributes) in HAL_GTZC_MPCBB_GetConfigMemAttributes() argument
1245 pMemAttributes[i] = (READ_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes()
1249 pMemAttributes[i] |= ((READ_BIT(mpcbb_ptr->PRIVCFGR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gtzc.c1102 const uint32_t *pMemAttributes) in HAL_GTZC_MPCBB_ConfigMemAttributes() argument
1216 if ((pMemAttributes[i] & GTZC_MPCBB_BLOCK_SEC) == GTZC_MPCBB_BLOCK_SEC) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1222 else if ((pMemAttributes[i] & GTZC_MPCBB_BLOCK_NSEC) == GTZC_MPCBB_BLOCK_NSEC) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1235 if ((pMemAttributes[i] & GTZC_MPCBB_BLOCK_PRIV) == GTZC_MPCBB_BLOCK_PRIV) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1240 else if ((pMemAttributes[i] & GTZC_MPCBB_BLOCK_NPRIV) == GTZC_MPCBB_BLOCK_NPRIV) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1284 uint32_t *pMemAttributes) in HAL_GTZC_MPCBB_GetConfigMemAttributes() argument
1392 pMemAttributes[i] = (READ_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes()
1395 pMemAttributes[i] |= ((READ_BIT(mpcbb_ptr->PRIVCFGR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gtzc.c833 const uint32_t *pMemAttributes) in HAL_GTZC_MPCBB_ConfigMemAttributes() argument
884 if (pMemAttributes[i] == GTZC_MCPBB_BLOCK_SEC) in HAL_GTZC_MPCBB_ConfigMemAttributes()
889 else if (pMemAttributes[i] == GTZC_MCPBB_BLOCK_NSEC) in HAL_GTZC_MPCBB_ConfigMemAttributes()
928 uint32_t *pMemAttributes) in HAL_GTZC_MPCBB_GetConfigMemAttributes() argument
979 pMemAttributes[i] = READ_BIT(mpcbb_ptr->VCTR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_gtzc.h404 const uint32_t *pMemAttributes);
407 uint32_t *pMemAttributes);
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_gtzc.h456 const uint32_t *pMemAttributes);
459 uint32_t *pMemAttributes);
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_gtzc.h626 const uint32_t *pMemAttributes);
629 uint32_t *pMemAttributes);
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gtzc.h607 const uint32_t *pMemAttributes);
610 uint32_t *pMemAttributes);