Home
last modified time | relevance | path

Searched refs:PDCRC (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.c427 CLEAR_BIT(PWR->PDCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
586 SET_BIT(PWR->PDCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
667 CLEAR_BIT(PWR->PDCRC, GPIONumber); in HAL_PWREx_DisableGPIOPullDown()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h662 __IO uint32_t PDCRC; /*!< Pull_Down control register of portC, Address offset: 0x34 */ member