Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gpio.c254 temp = GPIOx->ASCR; in HAL_GPIO_Init()
257 GPIOx->ASCR = temp; in HAL_GPIO_Init()
363 GPIOx->ASCR &= ~(GPIO_ASCR_ASC0<< position); in HAL_GPIO_DeInit()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_gpio.h736 SET_BIT(GPIOx->ASCR, PinMask); in LL_GPIO_EnablePinAnalogControl()
765 CLEAR_BIT(GPIOx->ASCR, PinMask); in LL_GPIO_DisablePinAnalogControl()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h560 __IO uint32_t ASCR; /*!< GPIO analog switch control register, Address offset: 0x2C */ member