Home
last modified time | relevance | path

Searched refs:RPR2 (Results 1 – 25 of 55) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h389 #define __HAL_PWR_PVM1_EXTI_GET_FLAG() ((EXTI->RPR2 | EXTI->FPR2) & PWR_EXTI_LINE_PVM1)
397 WRITE_REG(EXTI->RPR2, PWR_EXTI_LINE_PVM1); \
482 #define __HAL_PWR_PVM2_EXTI_GET_FLAG() ((EXTI->RPR2 | EXTI->FPR2) & PWR_EXTI_LINE_PVM2)
490 WRITE_REG(EXTI->RPR2, PWR_EXTI_LINE_PVM2); \
575 #define __HAL_PWR_PVM3_EXTI_GET_FLAG() ((EXTI->RPR2 | EXTI->FPR2) & PWR_EXTI_LINE_PVM3)
583 WRITE_REG(EXTI->RPR2, PWR_EXTI_LINE_PVM3); \
669 #define __HAL_PWR_PVM4_EXTI_GET_FLAG() ((EXTI->RPR2 | EXTI->FPR2) & PWR_EXTI_LINE_PVM4)
677 WRITE_REG(EXTI->RPR2, PWR_EXTI_LINE_PVM4); \
Dstm32l5xx_ll_exti.h1304 return ((READ_BIT(EXTI->RPR2, ExtiLine) == (ExtiLine)) ? 1UL : 0UL); in LL_EXTI_IsActiveRisingFlag_32_63()
1355 return (uint32_t)(READ_BIT(EXTI->RPR2, ExtiLine)); in LL_EXTI_ReadRisingFlag_32_63()
1405 WRITE_REG(EXTI->RPR2, ExtiLine); in LL_EXTI_ClearRisingFlag_32_63()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c1072 rising_flag = READ_REG(EXTI->RPR2); in HAL_PWREx_PVD_PVM_IRQHandler()
1081 WRITE_REG(EXTI->RPR2, PWR_EXTI_LINE_PVM1); in HAL_PWREx_PVD_PVM_IRQHandler()
1090 WRITE_REG(EXTI->RPR2, PWR_EXTI_LINE_PVM2); in HAL_PWREx_PVD_PVM_IRQHandler()
1099 WRITE_REG(EXTI->RPR2, PWR_EXTI_LINE_PVM3); in HAL_PWREx_PVD_PVM_IRQHandler()
1108 WRITE_REG(EXTI->RPR2, PWR_EXTI_LINE_PVM4); in HAL_PWREx_PVD_PVM_IRQHandler()
Dstm32l5xx_ll_exti.c113 LL_EXTI_WriteReg(RPR2, 0x00000078U); in LL_EXTI_DeInit()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_exti.h1139 return ((READ_BIT(EXTI->RPR2, ExtiLine) == (ExtiLine)) ? 1UL : 0UL); in LL_EXTI_IsActiveRisingFlag_32_63()
1186 return (READ_BIT(EXTI->RPR2, ExtiLine)); in LL_EXTI_ReadRisingFlag_32_63()
1233 WRITE_REG(EXTI->RPR2, ExtiLine); in LL_EXTI_ClearRisingFlag_32_63()
Dstm32c0xx_hal_pwr_ex.h267 #define __HAL_PWR_PVM_EXTI_GET_RISING_FLAG() (EXTI->RPR2 & PWR_EXTI_LINE_PVM)
279 #define __HAL_PWR_PVM_EXTI_CLEAR_RISING_FLAG() WRITE_REG(EXTI->RPR2, PWR_EXTI_LINE_PVM)
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_exti.h1316 return ((READ_BIT(EXTI->RPR2, ExtiLine) == (ExtiLine)) ? 1UL : 0UL); in LL_EXTI_IsActiveRisingFlag_32_63()
1367 return (READ_BIT(EXTI->RPR2, ExtiLine)); in LL_EXTI_ReadRisingFlag_32_63()
1418 WRITE_REG(EXTI->RPR2, ExtiLine); in LL_EXTI_ClearRisingFlag_32_63()
Dstm32g0xx_hal_pwr_ex.h452 #define __HAL_PWR_PVM_EXTI_GET_RISING_FLAG() (EXTI->RPR2 & PWR_EXTI_LINE_PVM)
464 #define __HAL_PWR_PVM_EXTI_CLEAR_RISING_FLAG() WRITE_REG(EXTI->RPR2, PWR_EXTI_LINE_PVM)
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_exti.h1471 return ((READ_BIT(EXTI->RPR2, ExtiLine) == (ExtiLine)) ? 1UL : 0UL); in LL_EXTI_IsActiveRisingFlag_32_63()
1520 return (uint32_t)(READ_BIT(EXTI->RPR2, ExtiLine)); in LL_EXTI_ReadRisingFlag_32_63()
1569 WRITE_REG(EXTI->RPR2, ExtiLine); in LL_EXTI_ClearRisingFlag_32_63()
Dstm32h5xx_hal_eth.h1622 #define __HAL_ETH_WAKEUP_EXTI_GET_FLAG(__EXTI_LINE__) (EXTI->RPR2 & (__EXTI_LINE__))
1630 #define __HAL_ETH_WAKEUP_EXTI_CLEAR_FLAG(__EXTI_LINE__) (EXTI->RPR2 = (__EXTI_LINE__))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_exti.h1836 return ((READ_BIT(EXTI->RPR2, ExtiLine) == (ExtiLine)) ? 1UL : 0UL); in LL_EXTI_IsActiveRisingFlag_32_63()
1909 return (uint32_t)(READ_BIT(EXTI->RPR2, ExtiLine)); in LL_EXTI_ReadRisingFlag_32_63()
1982 WRITE_REG(EXTI->RPR2, ExtiLine); in LL_EXTI_ClearRisingFlag_32_63()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_exti.c108 LL_EXTI_WriteReg(RPR2, 0x00000004U); in LL_EXTI_DeInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_exti.c111 LL_EXTI_WriteReg(RPR2, 0xFFFFFFFFU); in LL_EXTI_DeInit()
Dstm32h5xx_hal_eth.c1881 uint32_t exti_flag = READ_REG(EXTI->RPR2); in HAL_ETH_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_exti.c124 LL_EXTI_WriteReg(RPR2, 0x00000004U); in LL_EXTI_DeInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_exti.c115 LL_EXTI_WriteReg(RPR2, 0xFFFFFFFFU); in LL_EXTI_DeInit()
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c071xx.h245 …__IO uint32_t RPR2; /*!< EXTI Rising Pending Register 2, Address offset… member
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g0c1xx.h363 …__IO uint32_t RPR2; /*!< EXTI Rising Pending Register 2, Address offset… member
Dstm32g0b1xx.h362 …__IO uint32_t RPR2; /*!< EXTI Rising Pending Register 2, Address offset… member
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h437 …__IO uint32_t RPR2; /*!< EXTI Rising Pending Register 2, Address offset… member
Dstm32h523xx.h498 …__IO uint32_t RPR2; /*!< EXTI Rising Pending Register 2, Address offset… member
Dstm32h562xx.h518 …__IO uint32_t RPR2; /*!< EXTI Rising Pending Register 2, Address offset… member
Dstm32h533xx.h535 …__IO uint32_t RPR2; /*!< EXTI Rising Pending Register 2, Address offset… member
/hal_stm32-latest/stm32cube/stm32l5xx/soc/
Dstm32l552xx.h521 …__IO uint32_t RPR2; /*!< EXTI Rising Pending Register 2, Address offset… member
Dstm32l562xx.h555 …__IO uint32_t RPR2; /*!< EXTI Rising Pending Register 2, Address offset… member

123