Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gtzc.c517 const MPCWM_ConfigTypeDef *pMPCWM_Desc) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() argument
527 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 …]
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_gtzc.c327 … HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress, MPCWM_ConfigTypeDef *pMPCWM_Desc) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() argument
343 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 …]
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gtzc.c573 const MPCWM_ConfigTypeDef *pMPCWM_Desc) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() argument
583 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 …]
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gtzc.c457 const MPCWM_ConfigTypeDef *pMPCWM_Desc) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() argument
466 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 …]
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_gtzc.h210 …HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(uint32_t MemBaseAddress, MPCWM_ConfigTypeDef *pMPCWM_Desc);
211 …_GTZC_TZSC_MPCWM_GetConfigMemAttributes(uint32_t MemBaseAddress, MPCWM_ConfigTypeDef *pMPCWM_Desc);
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_gtzc.h420 const MPCWM_ConfigTypeDef *pMPCWM_Desc);
422 MPCWM_ConfigTypeDef *pMPCWM_Desc);
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_gtzc.h594 const MPCWM_ConfigTypeDef *pMPCWM_Desc);
596 MPCWM_ConfigTypeDef *pMPCWM_Desc);
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gtzc.h577 const MPCWM_ConfigTypeDef *pMPCWM_Desc);
579 MPCWM_ConfigTypeDef *pMPCWM_Desc);