Searched refs:pMPCWM_Desc (Results 1 – 8 of 8) sorted by relevance
517 const MPCWM_ConfigTypeDef *pMPCWM_Desc) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() argument527 if ((pMPCWM_Desc->AreaId > GTZC_TZSC_MPCWM_ID2) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()534 && (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID2)) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()535 || ((pMPCWM_Desc->Offset % granularity) != 0U) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()536 || ((pMPCWM_Desc->Length % granularity) != 0U)) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()547 if (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID1) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()563 if (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID1) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()617 if ((pMPCWM_Desc->Offset > size) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()618 || ((pMPCWM_Desc->Offset in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()619 + pMPCWM_Desc->Length) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()[all …]
327 … HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress, MPCWM_ConfigTypeDef *pMPCWM_Desc) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() argument343 assert_param(IS_GTZC_MPCWM_FLASH_AREAID(pMPCWM_Desc->AreaId)); in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()344 assert_param(IS_GTZC_MPCWM_FLASH_LENGTH(pMPCWM_Desc->Length)); in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()348 if (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_AREAID_UNPRIV) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()364 assert_param(IS_GTZC_MPCWM_SRAM1_AREAID(pMPCWM_Desc->AreaId)); in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()365 assert_param(IS_GTZC_MPCWM_SRAM1_LENGTH(pMPCWM_Desc->Length)); in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()376 assert_param(IS_GTZC_MPCWM_SRAM2_AREAID(pMPCWM_Desc->AreaId)); in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()377 assert_param(IS_GTZC_MPCWM_SRAM2_LENGTH(pMPCWM_Desc->Length)); in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()395 *pregister = (reg_value | ((pMPCWM_Desc->Length >> gran_offset) << length_pos)); in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()413 …L_GTZC_TZSC_MPCWM_GetConfigMemAttributes(uint32_t MemBaseAddress, MPCWM_ConfigTypeDef *pMPCWM_Desc) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() argument[all …]
573 const MPCWM_ConfigTypeDef *pMPCWM_Desc) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() argument583 if ((pMPCWM_Desc->AreaId > GTZC_TZSC_MPCWM_ID2) || in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()589 (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID2)) || in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()590 ((pMPCWM_Desc->Offset % granularity) != 0U) || in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()591 ((pMPCWM_Desc->Length % granularity) != 0U)) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()601 if (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID1) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()616 if (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID1) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()648 if (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID1) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()664 if (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID1) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()682 if ((pMPCWM_Desc->Offset > size) || in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()[all …]
457 const MPCWM_ConfigTypeDef *pMPCWM_Desc) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() argument466 if ((pMPCWM_Desc->AreaId > GTZC_TZSC_MPCWM_ID2) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()467 || ((MemBaseAddress == FMC_BANK3) && (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID2)) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()468 || ((pMPCWM_Desc->Offset % GTZC_TZSC_MPCWM_GRANULARITY) != 0U) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()469 || ((pMPCWM_Desc->Length % GTZC_TZSC_MPCWM_GRANULARITY) != 0U)) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()479 if (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID1) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()501 if (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID1) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()537 if ((pMPCWM_Desc->Offset > size) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()538 || ((pMPCWM_Desc->Offset + pMPCWM_Desc->Length) > size)) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()544 reg_value = ((pMPCWM_Desc->Offset / GTZC_TZSC_MPCWM_GRANULARITY) << start_pos) & start_msk; in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()[all …]
210 …HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress, MPCWM_ConfigTypeDef *pMPCWM_Desc);211 …_GTZC_TZSC_MPCWM_GetConfigMemAttributes(uint32_t MemBaseAddress, MPCWM_ConfigTypeDef *pMPCWM_Desc);
420 const MPCWM_ConfigTypeDef *pMPCWM_Desc);422 MPCWM_ConfigTypeDef *pMPCWM_Desc);
594 const MPCWM_ConfigTypeDef *pMPCWM_Desc);596 MPCWM_ConfigTypeDef *pMPCWM_Desc);
577 const MPCWM_ConfigTypeDef *pMPCWM_Desc);579 MPCWM_ConfigTypeDef *pMPCWM_Desc);