Home
last modified time | relevance | path

Searched refs:PDCRG (Results 1 – 2 of 2) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c450 CLEAR_BIT(PWR->PDCRG, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
609 SET_BIT(PWR->PDCRG, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
686 CLEAR_BIT(PWR->PDCRG, GPIONumber); in HAL_PWREx_DisableGPIOPullDown()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h670 __IO uint32_t PDCRG; /*!< Pull_Down control register of portG, Address offset: 0x54 */ member