Searched refs:EXTICR (Results 1 – 3 of 3) sorted by relevance
276 temp = SYSCFG->EXTICR[position >> 2]; in HAL_GPIO_Init()279 SYSCFG->EXTICR[position >> 2] = temp; in HAL_GPIO_Init()372 tmp = SYSCFG->EXTICR[position >> 2]; in HAL_GPIO_DeInit()377 SYSCFG->EXTICR[position >> 2] &= ~tmp; in HAL_GPIO_DeInit()
899 …__IO uint32_t EXTICR[4]; /*!< SYSCFG external interrupt configuration registers, Address offset:… member