Home
last modified time | relevance | path

Searched refs:PDCRD (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.c432 CLEAR_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
591 SET_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
671 CLEAR_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_DisableGPIOPullDown()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h664 __IO uint32_t PDCRD; /*!< Pull_Down control register of portD, Address offset: 0x3C */ member