Home
last modified time | relevance | path

Searched refs:PUCRH (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.c454 SET_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
530 CLEAR_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp()
619 CLEAR_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_pwr.h210 #define LL_PWR_GPIO_H ((uint32_t)(&(PWR->PUCRH)))
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h671 __IO uint32_t PUCRH; /*!< Pull_up control register of portH, Address offset: 0x58 */ member