Home
last modified time | relevance | path

Searched refs:PDCRE (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.c438 CLEAR_BIT(PWR->PDCRE, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
597 SET_BIT(PWR->PDCRE, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
676 CLEAR_BIT(PWR->PDCRE, GPIONumber); in HAL_PWREx_DisableGPIOPullDown()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h666 __IO uint32_t PDCRE; /*!< Pull_Down control register of portE, Address offset: 0x44 */ member