Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_gtzc.c151 if ((PeriphAttributes & GTZC_TZSC_ATTRIBUTE_PRIV) != 0x00U) in HAL_GTZC_TZSC_ConfigPeriphAttributes()
178 if ((PeriphAttributes & GTZC_TZSC_ATTRIBUTE_PRIV) != 0x00U) in HAL_GTZC_TZSC_ConfigPeriphAttributes()
261 PeriphAttributes[index] |= GTZC_TZSC_ATTRIBUTE_PRIV; in HAL_GTZC_TZSC_GetConfigPeriphAttributes()
292 *PeriphAttributes |= GTZC_TZSC_ATTRIBUTE_PRIV; in HAL_GTZC_TZSC_GetConfigPeriphAttributes()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_gtzc.h110 #define GTZC_TZSC_ATTRIBUTE_PRIV 0x02U macro
276 …TTRIBUTES__) (((__ATTRIBUTES__) & ~(GTZC_TZSC_ATTRIBUTE_SEC | GTZC_TZSC_ATTRIBUTE_PRIV)) == 0x00…