Home
last modified time | relevance | path

Searched refs:SWIER3 (Results 1 – 25 of 60) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pwr_ex.h297 #define __HAL_PWR_USBVM_EXTI_GENERATE_SWIT() SET_BIT(EXTI->SWIER3, PWR_EXTI_LINE_PVM_VDDUSB)
391 #define __HAL_PWR_IO2VM_EXTI_GENERATE_SWIT() SET_BIT(EXTI->SWIER3, PWR_EXTI_LINE_PVM_VDDIO2)
485 #define __HAL_PWR_IO3VM_EXTI_GENERATE_SWIT() SET_BIT(EXTI->SWIER3, PWR_EXTI_LINE_PVM_VDDIO3)
579 #define __HAL_PWR_IO4VM_EXTI_GENERATE_SWIT() SET_BIT(EXTI->SWIER3, PWR_EXTI_LINE_PVM_VDDIO4)
673 #define __HAL_PWR_IO5VM_EXTI_GENERATE_SWIT() SET_BIT(EXTI->SWIER3, PWR_EXTI_LINE_PVM_VDDIO5)
767 #define __HAL_PWR_ADCVM_EXTI_GENERATE_SWIT() SET_BIT(EXTI->SWIER3, PWR_EXTI_LINE_PVM_VDDA)
861 #define __HAL_PWR_VCOREVM_EXTI_GENERATE_SWIT() SET_BIT(EXTI->SWIER3, PWR_EXTI_LINE_VCOREVM)
Dstm32n6xx_hal_pwr.h495 #define __HAL_PWR_PVD_EXTI_GENERATE_SWIT() SET_BIT(EXTI->SWIER3, PWR_EXTI_LINE_PVD)
Dstm32n6xx_ll_exti.h1563 SET_BIT(EXTI->SWIER3, ExtiLine); in LL_EXTI_GenerateSWI_64_95()
Dstm32n6xx_hal_eth.h1940 #define __HAL_ETH_WAKEUP_EXTI_GENERATE_SWIT(__EXTI_LINE__) (EXTI->SWIER3 |= (__EXTI_LINE__))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_exti.c133 LL_EXTI_WriteReg(SWIER3, 0x00000000U); in LL_EXTI_DeInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_exti.c96 LL_EXTI_WriteReg(SWIER3, 0x00000000U); in LL_EXTI_DeInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_exti.h1164 SET_BIT(EXTI->SWIER3, ExtiLine); in LL_EXTI_GenerateSWI_64_95()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_exti.h2442 SET_BIT(EXTI->SWIER3, ExtiLine); in LL_EXTI_GenerateSWI_64_95()
Dstm32h7xx_hal_eth.h1691 #define __HAL_ETH_WAKEUP_EXTI_GENERATE_SWIT(__EXTI_LINE__) (EXTI->SWIER3 |= (__EXTI_LINE__))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h1554 #define __HAL_ETH_WAKEUP_EXTI_GENERATE_SWIT(__EXTI_LINE__) (EXTI->SWIER3 |= (__EXTI_LINE__))
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h712 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member
Dstm32h7b0xx.h715 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member
Dstm32h7b0xxq.h716 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member
Dstm32h7a3xxq.h713 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member
Dstm32h7b3xx.h715 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member
Dstm32h7b3xxq.h716 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member
Dstm32h730xxq.h912 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member
Dstm32h733xx.h911 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member
Dstm32h725xx.h909 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member
Dstm32h730xx.h911 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member
Dstm32h735xx.h912 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member
Dstm32h742xx.h864 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member
Dstm32h723xx.h908 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member
Dstm32h750xx.h868 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member
Dstm32h753xx.h868 __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address of… member

123