Home
last modified time | relevance | path

Searched refs:ASCR (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_gpio.c218 temp = GPIOx->ASCR; in HAL_GPIO_Init()
221 GPIOx->ASCR = temp; in HAL_GPIO_Init()
366 GPIOx->ASCR &= ~(GPIO_ASCR_ASC0<< position); in HAL_GPIO_DeInit()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_gpio.c218 temp = GPIOx->ASCR; in HAL_GPIO_Init()
221 GPIOx->ASCR = temp; in HAL_GPIO_Init()
366 GPIOx->ASCR &= ~(GPIO_ASCR_ASC0<< position); in HAL_GPIO_DeInit()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_gpio.h720 SET_BIT(GPIOx->ASCR, PinMask); in LL_GPIO_EnablePinAnalogControl()
749 CLEAR_BIT(GPIOx->ASCR, PinMask); in LL_GPIO_DisablePinAnalogControl()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
H A Dstm32l476xx.h544 __IO uint32_t ASCR; /*!< GPIO analog switch control register, Address offset: 0x2C */ member