/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_exti.h | 1591 SET_BIT(EXTI->SECCFGR2, ExtiLine); in LL_EXTI_EnableSecure_32_63() 1658 CLEAR_BIT(EXTI->SECCFGR2, ExtiLine); in LL_EXTI_DisableSecure_32_63() 1727 return ((READ_BIT(EXTI->SECCFGR2, ExtiLine) == (ExtiLine)) ? 1UL : 0UL); in LL_EXTI_IsEnabledSecure_32_63()
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_exti.h | 1701 SET_BIT(EXTI->SECCFGR2, ExtiLine); in LL_EXTI_EnableSecure_32_63() 1784 CLEAR_BIT(EXTI->SECCFGR2, ExtiLine); in LL_EXTI_DisableSecure_32_63() 1869 return ((READ_BIT(EXTI->SECCFGR2, ExtiLine) == (ExtiLine)) ? 1UL : 0UL); in LL_EXTI_IsEnabledSecure_32_63()
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_gtzc.c | 245 SET_BIT(GTZC_TZSC->SECCFGR2, TZSC1_SECCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 251 CLEAR_BIT(GTZC_TZSC->SECCFGR2, TZSC1_SECCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 365 reg_value = READ_REG(GTZC_TZSC->SECCFGR2); in HAL_GTZC_TZSC_GetConfigPeriphAttributes()
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_gtzc.c | 238 SET_BIT(GTZC_TZSC->SECCFGR2, TZSC_SECCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 243 CLEAR_BIT(GTZC_TZSC->SECCFGR2, TZSC_SECCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 351 reg_value = READ_REG(GTZC_TZSC->SECCFGR2); in HAL_GTZC_TZSC_GetConfigPeriphAttributes()
|
D | stm32l5xx_ll_exti.c | 119 LL_EXTI_WriteReg(SECCFGR2, 0x00000000U); in LL_EXTI_DeInit()
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_gtzc.c | 262 SET_BIT(GTZC_TZSC1->SECCFGR2, TZSC1_SECCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 268 CLEAR_BIT(GTZC_TZSC1->SECCFGR2, TZSC1_SECCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 383 reg_value = READ_REG(GTZC_TZSC1->SECCFGR2); in HAL_GTZC_TZSC_GetConfigPeriphAttributes()
|
D | stm32h5xx_ll_exti.c | 118 LL_EXTI_WriteReg(SECCFGR2, 0x00000000U); in LL_EXTI_DeInit()
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_gtzc.c | 291 SET_BIT(GTZC_TZSC1->SECCFGR2, TZSC1_SECCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 298 CLEAR_BIT(GTZC_TZSC1->SECCFGR2, TZSC1_SECCFGR2_ALL); in HAL_GTZC_TZSC_ConfigPeriphAttributes() 415 reg_value = READ_REG(GTZC_TZSC1->SECCFGR2); in HAL_GTZC_TZSC_GetConfigPeriphAttributes()
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/soc/ |
D | stm32l552xx.h | 523 …__IO uint32_t SECCFGR2; /*!< EXTI Security Configuration Register 2, Address offset… member 643 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, Addres… member
|
D | stm32l562xx.h | 557 …__IO uint32_t SECCFGR2; /*!< EXTI Security Configuration Register 2, Address offset… member 677 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, Addres… member
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/soc/ |
D | stm32h562xx.h | 519 …__IO uint32_t SECCFGR2; /*!< EXTI Security Configuration Register 2, Address offset… member 657 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, … member
|
D | stm32h563xx.h | 697 …__IO uint32_t SECCFGR2; /*!< EXTI Security Configuration Register 2, Address offset… member 835 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, … member
|
D | stm32h573xx.h | 735 …__IO uint32_t SECCFGR2; /*!< EXTI Security Configuration Register 2, Address offset… member 873 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, … member
|
D | stm32h503xx.h | 440 …__IO uint32_t SECCFGR2; /*!< EXTI Security Configuration Register 2, Address offset… member
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/soc/ |
D | stm32wba52xx.h | 404 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, … member
|
D | stm32wba54xx.h | 420 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, … member
|
D | stm32wba55xx.h | 420 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, … member
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 559 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, … member
|
D | stm32u535xx.h | 520 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, … member
|
D | stm32u575xx.h | 573 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, … member
|
D | stm32u5a5xx.h | 632 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, … member
|
D | stm32u585xx.h | 613 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, … member
|
D | stm32u5f7xx.h | 624 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, … member
|
D | stm32u595xx.h | 592 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, … member
|
D | stm32u599xx.h | 726 …__IO uint32_t SECCFGR2; /*!< TZSC secure configuration register 2, … member
|