Searched refs:GTZC_TZSC (Results 1 – 16 of 16) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_gtzc.c | 83 #if defined(GTZC_TZSC) 142 GTZC_TZSC->SECCFGR1 = TZSC_SECCFGR1_ALL_Msk; in HAL_GTZC_TZSC_ConfigPeriphAttributes() 146 GTZC_TZSC->SECCFGR1 = 0x00U; in HAL_GTZC_TZSC_ConfigPeriphAttributes() 153 GTZC_TZSC->PRIVCFGR1 = TZSC_PRIVCFGR1_ALL_Msk; in HAL_GTZC_TZSC_ConfigPeriphAttributes() 157 GTZC_TZSC->PRIVCFGR1 = 0x00U; in HAL_GTZC_TZSC_ConfigPeriphAttributes() 169 GTZC_TZSC->SECCFGR1 |= periphpos; in HAL_GTZC_TZSC_ConfigPeriphAttributes() 173 GTZC_TZSC->SECCFGR1 &= ~periphpos; in HAL_GTZC_TZSC_ConfigPeriphAttributes() 180 GTZC_TZSC->PRIVCFGR1 |= periphpos; in HAL_GTZC_TZSC_ConfigPeriphAttributes() 184 GTZC_TZSC->PRIVCFGR1 &= ~periphpos; in HAL_GTZC_TZSC_ConfigPeriphAttributes() 222 reg_value = (GTZC_TZSC->SECCFGR1 & TZSC_SECCFGR1_ALL_Msk); in HAL_GTZC_TZSC_GetConfigPeriphAttributes() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_gtzc.c | 100 #if defined(GTZC_TZSC) && defined(HAL_GTZC_MODULE_ENABLED) 228 SET_BIT(GTZC_TZSC->SECCFGR1, TZSC1_SECCFGR1_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 229 SET_BIT(GTZC_TZSC->SECCFGR2, TZSC1_SECCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 230 SET_BIT(GTZC_TZSC->SECCFGR3, TZSC1_SECCFGR3_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 234 CLEAR_BIT(GTZC_TZSC->SECCFGR1, TZSC1_SECCFGR1_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 235 CLEAR_BIT(GTZC_TZSC->SECCFGR2, TZSC1_SECCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 236 CLEAR_BIT(GTZC_TZSC->SECCFGR3, TZSC1_SECCFGR3_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 247 SET_BIT(GTZC_TZSC->PRIVCFGR1, TZSC1_PRIVCFGR1_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 248 SET_BIT(GTZC_TZSC->PRIVCFGR2, TZSC1_PRIVCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 249 SET_BIT(GTZC_TZSC->PRIVCFGR3, TZSC1_PRIVCFGR3_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_gtzc.c | 237 SET_BIT(GTZC_TZSC->SECCFGR1, TZSC_SECCFGR1_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 238 SET_BIT(GTZC_TZSC->SECCFGR2, TZSC_SECCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 242 CLEAR_BIT(GTZC_TZSC->SECCFGR1, TZSC_SECCFGR1_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 243 CLEAR_BIT(GTZC_TZSC->SECCFGR2, TZSC_SECCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 254 SET_BIT(GTZC_TZSC->PRIVCFGR1, TZSC_PRIVCFGR1_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 255 SET_BIT(GTZC_TZSC->PRIVCFGR2, TZSC_PRIVCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 259 CLEAR_BIT(GTZC_TZSC->PRIVCFGR1, TZSC_PRIVCFGR1_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 260 CLEAR_BIT(GTZC_TZSC->PRIVCFGR2, TZSC_PRIVCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 273 register_address = (uint32_t) &(GTZC_TZSC->SECCFGR1) + (4U * GTZC_GET_REG_INDEX(PeriphId)); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 289 register_address = (uint32_t) &(GTZC_TZSC->PRIVCFGR1) + (4U * GTZC_GET_REG_INDEX(PeriphId)); in HAL_GTZC_TZSC_ConfigPeriphAttributes() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rcc.h | 610 #if defined(GTZC_TZSC) 633 #if defined(GTZC_TZSC) 1083 #if defined(GTZC_TZSC) 1401 #if defined(GTZC_TZSC) 1412 #if defined(GTZC_TZSC) 1620 #if defined(GTZC_TZSC)
|
D | stm32wbaxx_hal_gtzc.h | 33 #if defined(GTZC_TZSC) && defined(HAL_GTZC_MODULE_ENABLED)
|
D | stm32wbaxx_ll_bus.h | 78 #if defined(GTZC_TZSC)
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_gtzc.h | 29 #if defined(GTZC_TZSC)
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba52xx.h | 1429 #define GTZC_TZSC GTZC_TZSC_S macro 1552 #define GTZC_TZSC GTZC_TZSC_NS macro
|
D | stm32wba54xx.h | 1524 #define GTZC_TZSC GTZC_TZSC_S macro 1660 #define GTZC_TZSC GTZC_TZSC_NS macro
|
D | stm32wba5mxx.h | 1524 #define GTZC_TZSC GTZC_TZSC_S macro 1660 #define GTZC_TZSC GTZC_TZSC_NS macro
|
D | stm32wba55xx.h | 1524 #define GTZC_TZSC GTZC_TZSC_S macro 1660 #define GTZC_TZSC GTZC_TZSC_NS macro
|
/hal_stm32-latest/stm32cube/stm32l5xx/soc/ |
D | stm32l552xx.h | 2248 #define GTZC_TZSC GTZC_TZSC_S macro 2662 #define GTZC_TZSC GTZC_TZSC_NS macro
|
D | stm32l562xx.h | 2350 #define GTZC_TZSC GTZC_TZSC_S macro 2785 #define GTZC_TZSC GTZC_TZSC_NS macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wl5mxx.h | 1175 #define GTZC_TZSC ((GTZC_TZSC_TypeDef *) GTZC_TZSC_BASE) macro
|
D | stm32wl54xx.h | 1175 #define GTZC_TZSC ((GTZC_TZSC_TypeDef *) GTZC_TZSC_BASE) macro
|
D | stm32wl55xx.h | 1175 #define GTZC_TZSC ((GTZC_TZSC_TypeDef *) GTZC_TZSC_BASE) macro
|