Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_gtzc.c343 assert_param(IS_GTZC_MPCWM_FLASH_AREAID(pMPCWM_Desc->AreaId)); 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()
376 assert_param(IS_GTZC_MPCWM_SRAM2_AREAID(pMPCWM_Desc->AreaId)); in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
430 assert_param(IS_GTZC_MPCWM_FLASH_AREAID(pMPCWM_Desc->AreaId)); in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
434 if (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_AREAID_UNPRIV) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
450 assert_param(IS_GTZC_MPCWM_SRAM1_AREAID(pMPCWM_Desc->AreaId)); in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
462 assert_param(IS_GTZC_MPCWM_SRAM2_AREAID(pMPCWM_Desc->AreaId)); in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gtzc.c466 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()
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()
597 pMPCWM_Desc[0].AreaId = GTZC_TZSC_MPCWM_ID1; in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
630 pMPCWM_Desc[1].AreaId = GTZC_TZSC_MPCWM_ID2; in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gtzc.c583 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()
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()
765 pMPCWM_Desc[0].AreaId = GTZC_TZSC_MPCWM_ID1; in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
782 pMPCWM_Desc[1].AreaId = GTZC_TZSC_MPCWM_ID2; in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gtzc.c538 if ((pMPCWM_Desc->AreaId > GTZC_TZSC_MPCWM_ID2) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
545 && (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID2)) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
558 if (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID1) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
574 if (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_ID1) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
720 pMPCWM_Desc[0].AreaId = GTZC_TZSC_MPCWM_ID1; in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
751 pMPCWM_Desc[1].AreaId = GTZC_TZSC_MPCWM_ID2; in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_gtzc.h48 uint32_t AreaId; /*!< Area identifier field. It can be a value of @ref member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_gtzc.h66 uint32_t AreaId; /*!< Area identifier field. It can be a value of @ref member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_gtzc.h72 uint32_t AreaId; /*!< Area identifier field. It can be a value of @ref member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gtzc.h78 uint32_t AreaId; /*!< Area identifier field. It can be a value of @ref member