Home
last modified time | relevance | path

Searched refs:GTZC_TZSC_MPCWM_AREAID_UNPRIV (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_gtzc.h170 #define GTZC_TZSC_MPCWM_AREAID_UNPRIV (0U) macro
290 #define IS_GTZC_MPCWM_FLASH_AREAID(__AREAID__) (((__AREAID__) == GTZC_TZSC_MPCWM_AREAID_UNPRIV) ||…
293 #define IS_GTZC_MPCWM_SRAM1_AREAID(__AREAID__) ((__AREAID__) == GTZC_TZSC_MPCWM_AREAID_UNPRIV)
295 #define IS_GTZC_MPCWM_SRAM2_AREAID(__AREAID__) ((__AREAID__) == GTZC_TZSC_MPCWM_AREAID_UNPRIV)
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_gtzc.c348 if (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_AREAID_UNPRIV) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
434 if (pMPCWM_Desc->AreaId == GTZC_TZSC_MPCWM_AREAID_UNPRIV) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()