Home
last modified time | relevance | path

Searched refs:PUCRE (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.c437 SET_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
516 CLEAR_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_DisableGPIOPullUp()
598 CLEAR_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_pwr.h202 #define LL_PWR_GPIO_E ((uint32_t)(&(PWR->PUCRE)))
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h665 __IO uint32_t PUCRE; /*!< Pull_up control register of portE, Address offset: 0x40 */ member