Searched refs:FPR1 (Results 1 – 17 of 17) sorted by relevance
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
D | stm32u5xx_hal_pwr_ex.h | 336 #define __HAL_PWR_UVM_EXTI_GET_FLAG() ((EXTI->RPR1 | EXTI->FPR1) & PWR_EXTI_LINE_UVM) 346 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_UVM); \ 429 #define __HAL_PWR_IO2VM_EXTI_GET_FLAG() ((EXTI->RPR1 | EXTI->FPR1) & PWR_EXTI_LINE_IO2VM) 439 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_IO2VM); \ 522 #define __HAL_PWR_AVM1_EXTI_GET_FLAG() ((EXTI->RPR1 | EXTI->FPR1) & PWR_EXTI_LINE_AVM1) 532 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_AVM1); \ 615 #define __HAL_PWR_AVM2_EXTI_GET_FLAG() ((EXTI->RPR1 | EXTI->FPR1) & PWR_EXTI_LINE_AVM2) 625 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_AVM2); \
|
D | stm32u5xx_hal_gpio.h | 213 #define __HAL_GPIO_EXTI_GET_FALLING_IT(__EXTI_LINE__) (EXTI->FPR1 & (__EXTI_LINE__)) 221 #define __HAL_GPIO_EXTI_CLEAR_FALLING_IT(__EXTI_LINE__) (EXTI->FPR1 = (__EXTI_LINE__))
|
D | stm32u5xx_hal_pwr.h | 503 #define __HAL_PWR_PVD_EXTI_GET_FLAG() ((EXTI->RPR1 | EXTI->FPR1) & PWR_EXTI_LINE_PVD) 513 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_PVD); \
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/ |
D | stm32l5xx_hal_gpio.h | 201 #define __HAL_GPIO_EXTI_GET_FALLING_IT(__EXTI_LINE__) (EXTI->FPR1 & (__EXTI_LINE__)) 209 #define __HAL_GPIO_EXTI_CLEAR_FALLING_IT(__EXTI_LINE__) (EXTI->FPR1 = (__EXTI_LINE__))
|
D | stm32l5xx_hal_pwr.h | 333 #define __HAL_PWR_PVD_EXTI_GET_FLAG() ((EXTI->RPR1 | EXTI->FPR1) & PWR_EXTI_LINE_PVD) 342 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_PVD); \
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/ |
D | stm32h5xx_hal_gpio.h | 213 #define __HAL_GPIO_EXTI_GET_FALLING_IT(__EXTI_LINE__) (EXTI->FPR1 & (__EXTI_LINE__)) 221 #define __HAL_GPIO_EXTI_CLEAR_FALLING_IT(__EXTI_LINE__) (EXTI->FPR1 = (__EXTI_LINE__))
|
D | stm32h5xx_hal_pwr_ex.h | 310 #define __HAL_PWR_AVD_EXTI_GET_FALLING_FLAG() ((READ_BIT(EXTI->FPR1, PWR_EXTI_LINE_AVD)\ 321 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_AVD); \
|
D | stm32h5xx_hal_pwr.h | 533 #define __HAL_PWR_PVD_EXTI_GET_FALLING_FLAG() ((READ_BIT(EXTI->FPR1, PWR_EXTI_LINE_PVD)\ 544 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_PVD); \
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
D | stm32h5xx_hal_pwr.c | 471 falling_flag = READ_REG(EXTI->FPR1); in HAL_PWR_PVD_IRQHandler() 481 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_PVD); in HAL_PWR_PVD_IRQHandler()
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
D | stm32u5xx_hal_pwr.c | 721 falling_flag = READ_REG(EXTI->FPR1); in HAL_PWR_PVD_IRQHandler() 731 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_PVD); in HAL_PWR_PVD_IRQHandler()
|
D | stm32u5xx_hal_pwr_ex.c | 1425 falling_flag = READ_REG(EXTI->FPR1); in HAL_PWREx_PVD_PVM_IRQHandler() 1435 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_PVD); in HAL_PWREx_PVD_PVM_IRQHandler() 1446 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_UVM); in HAL_PWREx_PVD_PVM_IRQHandler() 1457 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_IO2VM); in HAL_PWREx_PVD_PVM_IRQHandler() 1468 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_AVM1); in HAL_PWREx_PVD_PVM_IRQHandler() 1479 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_AVM2); in HAL_PWREx_PVD_PVM_IRQHandler()
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
D | stm32l5xx_hal_exti.c | 533 regaddr = (&EXTI->FPR1 + (EXTI_CONFIG_OFFSET * offset)); in HAL_EXTI_IRQHandler() 580 regaddr = (&EXTI->FPR1 + (EXTI_CONFIG_OFFSET * offset)); in HAL_EXTI_GetPending() 621 regaddr = (&EXTI->FPR1 + (EXTI_CONFIG_OFFSET * offset)); in HAL_EXTI_ClearPending()
|
D | stm32l5xx_hal_pwr_ex.c | 1064 falling_flag = READ_REG(EXTI->FPR1); in HAL_PWREx_PVD_PVM_IRQHandler() 1074 WRITE_REG(EXTI->FPR1, PWR_EXTI_LINE_PVD); in HAL_PWREx_PVD_PVM_IRQHandler()
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/Device/Include/ |
D | stm32l552xx.h | 512 …__IO uint32_t FPR1; /*!< EXTI Falling Pending Register 1, Address offset… member
|
D | stm32l562xx.h | 546 …__IO uint32_t FPR1; /*!< EXTI Falling Pending Register 1, Address offset… member
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/Device/Include/ |
D | stm32u585xx.h | 500 …__IO uint32_t FPR1; /*!< EXTI Falling Pending Register 1, Address offset… member
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/Device/Include/ |
D | stm32h573xx.h | 727 …__IO uint32_t FPR1; /*!< EXTI Falling Pending Register 1, Address offset… member
|