Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c422 SET_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
504 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_DisableGPIOPullUp()
583 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_pwr.h199 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h659 __IO uint32_t PUCRB; /*!< Pull_up control register of portB, Address offset: 0x28 */ member