Home
last modified time | relevance | path

Searched refs:EXTICR (Results 1 – 3 of 3) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gpio.c276 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()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gpio.c276 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()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h899 …__IO uint32_t EXTICR[4]; /*!< SYSCFG external interrupt configuration registers, Address offset:… member