Home
last modified time | relevance | path

Searched refs:RTSR3 (Results 1 – 25 of 61) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pwr_ex.h251 #define __HAL_PWR_USBVM_EXTI_ENABLE_RISING_EDGE() SET_BIT(EXTI->RTSR3, PWR_EXTI_LINE_PVM_VDDUSB)
257 #define __HAL_PWR_USBVM_EXTI_DISABLE_RISING_EDGE() CLEAR_BIT(EXTI->RTSR3, PWR_EXTI_LINE_PVM_VDDUSB)
345 #define __HAL_PWR_IO2VM_EXTI_ENABLE_RISING_EDGE() SET_BIT(EXTI->RTSR3, PWR_EXTI_LINE_PVM_VDDIO2)
351 #define __HAL_PWR_IO2VM_EXTI_DISABLE_RISING_EDGE() CLEAR_BIT(EXTI->RTSR3, PWR_EXTI_LINE_PVM_VDDIO2)
439 #define __HAL_PWR_IO3VM_EXTI_ENABLE_RISING_EDGE() SET_BIT(EXTI->RTSR3, PWR_EXTI_LINE_PVM_VDDIO3)
445 #define __HAL_PWR_IO3VM_EXTI_DISABLE_RISING_EDGE() CLEAR_BIT(EXTI->RTSR3, PWR_EXTI_LINE_PVM_VDDIO3)
533 #define __HAL_PWR_IO4VM_EXTI_ENABLE_RISING_EDGE() SET_BIT(EXTI->RTSR3, PWR_EXTI_LINE_PVM_VDDIO4)
539 #define __HAL_PWR_IO4VM_EXTI_DISABLE_RISING_EDGE() CLEAR_BIT(EXTI->RTSR3, PWR_EXTI_LINE_PVM_VDDIO4)
627 #define __HAL_PWR_IO5VM_EXTI_ENABLE_RISING_EDGE() SET_BIT(EXTI->RTSR3, PWR_EXTI_LINE_PVM_VDDIO5)
633 #define __HAL_PWR_IO5VM_EXTI_DISABLE_RISING_EDGE() CLEAR_BIT(EXTI->RTSR3, PWR_EXTI_LINE_PVM_VDDIO5)
[all …]
Dstm32n6xx_ll_exti.h1080 SET_BIT(EXTI->RTSR3, ExtiLine); in LL_EXTI_EnableRisingTrig_64_95()
1168 CLEAR_BIT(EXTI->RTSR3, ExtiLine); in LL_EXTI_DisableRisingTrig_64_95()
1233 return ((READ_BIT(EXTI->RTSR3, ExtiLine) == (ExtiLine)) ? 1UL : 0UL); in LL_EXTI_IsEnabledRisingTrig_64_95()
Dstm32n6xx_hal_pwr.h425 #define __HAL_PWR_PVD_EXTI_ENABLE_RISING_EDGE() SET_BIT(EXTI->RTSR3, PWR_EXTI_LINE_PVD)
431 #define __HAL_PWR_PVD_EXTI_DISABLE_RISING_EDGE() CLEAR_BIT(EXTI->RTSR3, PWR_EXTI_LINE_PVD)
Dstm32n6xx_hal_eth.h1914 (EXTI->RTSR3 |= (__EXTI_LINE__))
1922 #define __HAL_ETH_WAKEUP_EXTI_ENABLE_FALLING_EDGE(__EXTI_LINE__) (EXTI->RTSR3 &= ~(__EXTI_LINE__));\
1931 #define __HAL_ETH_WAKEUP_EXTI_ENABLE_RISING_FALLING_EDGE(__EXTI_LINE__) (EXTI->RTSR3 |= (__EXTI_LIN…
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_exti.h832 SET_BIT(EXTI->RTSR3, ExtiLine); in LL_EXTI_EnableRisingTrig_64_95()
888 CLEAR_BIT(EXTI->RTSR3, ExtiLine); in LL_EXTI_DisableRisingTrig_64_95()
932 return ((READ_BIT(EXTI->RTSR3, ExtiLine) == (ExtiLine)) ? 1UL : 0UL); in LL_EXTI_IsEnabledRisingTrig_64_95()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_exti.h1962 SET_BIT(EXTI->RTSR3, ExtiLine); in LL_EXTI_EnableRisingTrig_64_95()
2048 CLEAR_BIT(EXTI->RTSR3, ExtiLine); in LL_EXTI_DisableRisingTrig_64_95()
2113 return ((READ_BIT(EXTI->RTSR3, ExtiLine) == (ExtiLine)) ? 1U : 0U); in LL_EXTI_IsEnabledRisingTrig_64_95()
Dstm32h7xx_hal_eth.h1665 (EXTI->RTSR3 |= (__EXTI_LINE__))
1673 #define __HAL_ETH_WAKEUP_EXTI_ENABLE_FALLING_EDGE(__EXTI_LINE__) (EXTI->RTSR3 &= ~(__EXTI_LINE__));\
1682 #define __HAL_ETH_WAKEUP_EXTI_ENABLE_RISING_FALLING_EDGE(__EXTI_LINE__) (EXTI->RTSR3 |= (__EXTI_LIN…
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h1528 (EXTI->RTSR3 |= (__EXTI_LINE__))
1536 #define __HAL_ETH_WAKEUP_EXTI_ENABLE_FALLING_EDGE(__EXTI_LINE__) (EXTI->RTSR3 &= ~(__EXTI_LINE__));\
1545 #define __HAL_ETH_WAKEUP_EXTI_ENABLE_RISING_FALLING_EDGE(__EXTI_LINE__) (EXTI->RTSR3 |= (__EXTI_LIN…
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_exti.c99 LL_EXTI_WriteReg(RTSR3, 0x00000000U); in LL_EXTI_DeInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_exti.c129 LL_EXTI_WriteReg(RTSR3, 0x00000000U); in LL_EXTI_DeInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_exti.c86 LL_EXTI_WriteReg(RTSR3, 0x00000000U); in LL_EXTI_DeInit()
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h710 __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address of… member
Dstm32h7b0xx.h713 __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address of… member
Dstm32h7b0xxq.h714 __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address of… member
Dstm32h7a3xxq.h711 __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address of… member
Dstm32h7b3xx.h713 __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address of… member
Dstm32h7b3xxq.h714 __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address of… member
Dstm32h730xxq.h910 __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address of… member
Dstm32h733xx.h909 __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address of… member
Dstm32h725xx.h907 __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address of… member
Dstm32h730xx.h909 __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address of… member
Dstm32h735xx.h910 __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address of… member
Dstm32h742xx.h862 __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address of… member
Dstm32h723xx.h906 __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address of… member
Dstm32h750xx.h866 __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address of… member

123