Searched refs:C2PR1 (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_gpio.h | 205 #define __HAL_GPIO_EXTID2_GET_FLAG(__EXTI_LINE__) (EXTI->C2PR1 & (__EXTI_LINE__)) 213 #define __HAL_GPIO_EXTID2_CLEAR_FLAG(__EXTI_LINE__) (EXTI->C2PR1 = (__EXTI_LINE__)) 221 #define __HAL_GPIO_EXTID2_GET_IT(__EXTI_LINE__) (EXTI->C2PR1 & (__EXTI_LINE__)) 229 #define __HAL_GPIO_EXTID2_CLEAR_IT(__EXTI_LINE__) (EXTI->C2PR1 = (__EXTI_LINE__))
|
D | stm32h7xx_ll_exti.h | 2704 return ((READ_BIT(EXTI->C2PR1, ExtiLine) == (ExtiLine)) ? 1U : 0U); in LL_C2_EXTI_IsActiveFlag_0_31() 2773 return (uint32_t)(READ_BIT(EXTI->C2PR1, ExtiLine)); in LL_C2_EXTI_ReadFlag_0_31() 2840 WRITE_REG(EXTI->C2PR1, ExtiLine); in LL_C2_EXTI_ClearFlag_0_31()
|
D | stm32h7xx_hal_rcc_ex.h | 3723 #define __HAL_RCC_C2_LSECSS_EXTI_GET_FLAG() (READ_BIT(EXTI->C2PR1, RCC_EXTI_LINE_LSECSS) == R… 3729 #define __HAL_RCC_C2_LSECSS_EXTI_CLEAR_FLAG() WRITE_REG(EXTI->C2PR1, RCC_EXTI_LINE_LSECSS)
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_comp.c | 441 WRITE_REG(EXTI->C2PR1, exti_line); in HAL_COMP_Init() 968 if(READ_BIT(EXTI->C2PR1, exti_line) != 0UL) in HAL_COMP_IRQHandler() 980 WRITE_REG(EXTI->C2PR1, (COMP_EXTI_LINE_COMP1 | COMP_EXTI_LINE_COMP2)); in HAL_COMP_IRQHandler() 985 WRITE_REG(EXTI->C2PR1, exti_line); in HAL_COMP_IRQHandler()
|
D | stm32h7xx_hal_exti.c | 705 regaddr = (__IO uint32_t *)(&EXTI->C2PR1 + (EXTI_MODE_OFFSET * offset)); in HAL_EXTI_IRQHandler() 767 regaddr = (__IO uint32_t *)(&EXTI->C2PR1 + (EXTI_MODE_OFFSET * offset)); in HAL_EXTI_GetPending() 815 regaddr = (__IO uint32_t *)(&EXTI->C2PR1 + (EXTI_MODE_OFFSET * offset)); in HAL_EXTI_ClearPending()
|
D | stm32h7xx_ll_exti.c | 140 LL_EXTI_WriteReg(C2PR1, EXTI_PR1_PR_Msk); in LL_EXTI_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h745xx.h | 918 __IO uint32_t C2PR1; /*!< EXTI Pending register, Address of… member
|
D | stm32h745xg.h | 918 __IO uint32_t C2PR1; /*!< EXTI Pending register, Address of… member
|
D | stm32h755xx.h | 919 __IO uint32_t C2PR1; /*!< EXTI Pending register, Address of… member
|
D | stm32h757xx.h | 1000 __IO uint32_t C2PR1; /*!< EXTI Pending register, Address of… member
|
D | stm32h747xg.h | 999 __IO uint32_t C2PR1; /*!< EXTI Pending register, Address of… member
|
D | stm32h747xx.h | 999 __IO uint32_t C2PR1; /*!< EXTI Pending register, Address of… member
|