Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c426 SET_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
507 CLEAR_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_DisableGPIOPullUp()
587 CLEAR_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_pwr.h200 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h661 __IO uint32_t PUCRC; /*!< Pull_up control register of portC, Address offset: 0x30 */ member