Home
last modified time | relevance | path

Searched refs:ASCR (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.c255 temp = GPIOx->ASCR; in HAL_GPIO_Init()
258 GPIOx->ASCR = temp; in HAL_GPIO_Init()
365 GPIOx->ASCR &= ~(GPIO_ASCR_ASC0<< position); in HAL_GPIO_DeInit()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gpio.c255 temp = GPIOx->ASCR; in HAL_GPIO_Init()
258 GPIOx->ASCR = temp; in HAL_GPIO_Init()
365 GPIOx->ASCR &= ~(GPIO_ASCR_ASC0<< position); in HAL_GPIO_DeInit()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h560 __IO uint32_t ASCR; /*!< GPIO analog switch control register, Address offset: 0x2C */ member