/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_pwr_ex.h | 389 #define __HAL_PWR_PVM1_EXTI_GET_FLAG() ((EXTI->RPR2 | EXTI->FPR2) & PWR_EXTI_LINE_PVM1) 398 WRITE_REG(EXTI->FPR2, PWR_EXTI_LINE_PVM1); \ 482 #define __HAL_PWR_PVM2_EXTI_GET_FLAG() ((EXTI->RPR2 | EXTI->FPR2) & PWR_EXTI_LINE_PVM2) 491 WRITE_REG(EXTI->FPR2, PWR_EXTI_LINE_PVM2); \ 575 #define __HAL_PWR_PVM3_EXTI_GET_FLAG() ((EXTI->RPR2 | EXTI->FPR2) & PWR_EXTI_LINE_PVM3) 584 WRITE_REG(EXTI->FPR2, PWR_EXTI_LINE_PVM3); \ 669 #define __HAL_PWR_PVM4_EXTI_GET_FLAG() ((EXTI->RPR2 | EXTI->FPR2) & PWR_EXTI_LINE_PVM4) 678 WRITE_REG(EXTI->FPR2, PWR_EXTI_LINE_PVM4); \
|
D | stm32l5xx_ll_exti.h | 1154 return ((READ_BIT(EXTI->FPR2, ExtiLine) == (ExtiLine)) ? 1UL : 0UL); in LL_EXTI_IsActiveFallingFlag_32_63() 1205 return (uint32_t)(READ_BIT(EXTI->FPR2, ExtiLine)); in LL_EXTI_ReadFallingFlag_32_63() 1255 WRITE_REG(EXTI->FPR2, ExtiLine); in LL_EXTI_ClearFallingFlag_32_63()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr_ex.c | 1073 falling_flag = READ_REG(EXTI->FPR2); in HAL_PWREx_PVD_PVM_IRQHandler() 1082 WRITE_REG(EXTI->FPR2, PWR_EXTI_LINE_PVM1); in HAL_PWREx_PVD_PVM_IRQHandler() 1091 WRITE_REG(EXTI->FPR2, PWR_EXTI_LINE_PVM2); in HAL_PWREx_PVD_PVM_IRQHandler() 1100 WRITE_REG(EXTI->FPR2, PWR_EXTI_LINE_PVM3); in HAL_PWREx_PVD_PVM_IRQHandler() 1109 WRITE_REG(EXTI->FPR2, PWR_EXTI_LINE_PVM4); in HAL_PWREx_PVD_PVM_IRQHandler()
|
D | stm32l5xx_ll_exti.c | 114 LL_EXTI_WriteReg(FPR2, 0x00000078U); in LL_EXTI_DeInit()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_exti.h | 994 return ((READ_BIT(EXTI->FPR2, ExtiLine) == (ExtiLine)) ? 1UL : 0UL); in LL_EXTI_IsActiveFallingFlag_32_63() 1045 return (uint32_t)(READ_BIT(EXTI->FPR2, ExtiLine)); in LL_EXTI_ReadFallingFlag_32_63() 1092 WRITE_REG(EXTI->FPR2, ExtiLine); in LL_EXTI_ClearFallingFlag_32_63()
|
D | stm32c0xx_hal_pwr_ex.h | 273 #define __HAL_PWR_PVM_EXTI_GET_FALLING_FLAG() (EXTI->FPR2 & PWR_EXTI_LINE_PVM) 285 #define __HAL_PWR_PVM_EXTI_CLEAR_FALLING_FLAG() WRITE_REG(EXTI->FPR2, PWR_EXTI_LINE_PVM)
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_exti.h | 1163 return ((READ_BIT(EXTI->FPR2, ExtiLine) == (ExtiLine)) ? 1UL : 0UL); in LL_EXTI_IsActiveFallingFlag_32_63() 1214 return (READ_BIT(EXTI->FPR2, ExtiLine)); in LL_EXTI_ReadFallingFlag_32_63() 1265 WRITE_REG(EXTI->FPR2, ExtiLine); in LL_EXTI_ClearFallingFlag_32_63()
|
D | stm32g0xx_hal_pwr_ex.h | 458 #define __HAL_PWR_PVM_EXTI_GET_FALLING_FLAG() (EXTI->FPR2 & PWR_EXTI_LINE_PVM) 470 #define __HAL_PWR_PVM_EXTI_CLEAR_FALLING_FLAG() WRITE_REG(EXTI->FPR2, PWR_EXTI_LINE_PVM)
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_exti.h | 1322 return ((READ_BIT(EXTI->FPR2, ExtiLine) == (ExtiLine)) ? 1UL : 0UL); in LL_EXTI_IsActiveFallingFlag_32_63() 1371 return (uint32_t)(READ_BIT(EXTI->FPR2, ExtiLine)); in LL_EXTI_ReadFallingFlag_32_63() 1421 WRITE_REG(EXTI->FPR2, ExtiLine); in LL_EXTI_ClearFallingFlag_32_63()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_exti.h | 1621 return ((READ_BIT(EXTI->FPR2, ExtiLine) == (ExtiLine)) ? 1UL : 0UL); in LL_EXTI_IsActiveFallingFlag_32_63() 1692 return (uint32_t)(READ_BIT(EXTI->FPR2, ExtiLine)); in LL_EXTI_ReadFallingFlag_32_63() 1764 WRITE_REG(EXTI->FPR2, ExtiLine); in LL_EXTI_ClearFallingFlag_32_63()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_exti.c | 109 LL_EXTI_WriteReg(FPR2, 0x00000004U); in LL_EXTI_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_exti.c | 112 LL_EXTI_WriteReg(FPR2, 0xFFFFFFFFU); in LL_EXTI_DeInit()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_exti.c | 125 LL_EXTI_WriteReg(FPR2, 0x00000004U); in LL_EXTI_DeInit()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_exti.c | 116 LL_EXTI_WriteReg(FPR2, 0xFFFFFFFFU); in LL_EXTI_DeInit()
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c071xx.h | 246 …__IO uint32_t FPR2; /*!< EXTI Falling Pending Register 2, Address offset… member
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g0c1xx.h | 364 …__IO uint32_t FPR2; /*!< EXTI Falling Pending Register 2, Address offset… member
|
D | stm32g0b1xx.h | 363 …__IO uint32_t FPR2; /*!< EXTI Falling Pending Register 2, Address offset… member
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 438 …__IO uint32_t FPR2; /*!< EXTI Falling Pending Register 2, Address offset… member
|
D | stm32h523xx.h | 499 …__IO uint32_t FPR2; /*!< EXTI Falling Pending Register 2, Address offset… member
|
D | stm32h562xx.h | 519 …__IO uint32_t FPR2; /*!< EXTI Falling Pending Register 2, Address offset… member
|
D | stm32h533xx.h | 536 …__IO uint32_t FPR2; /*!< EXTI Falling Pending Register 2, Address offset… member
|
D | stm32h573xx.h | 734 …__IO uint32_t FPR2; /*!< EXTI Falling Pending Register 2, Address offset… member
|
D | stm32h563xx.h | 697 …__IO uint32_t FPR2; /*!< EXTI Falling Pending Register 2, Address offset… member
|
/hal_stm32-latest/stm32cube/stm32l5xx/soc/ |
D | stm32l552xx.h | 522 …__IO uint32_t FPR2; /*!< EXTI Falling Pending Register 2, Address offset… member
|
D | stm32l562xx.h | 556 …__IO uint32_t FPR2; /*!< EXTI Falling Pending Register 2, Address offset… member
|