Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c69 #define PWR_PORTI_AVAILABLE_PINS ((uint32_t)0x00000FFF) /* PI0..PI11 */ macro
463 SET_BIT(PWR->PUCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
464 CLEAR_BIT(PWR->PDCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
534 CLEAR_BIT(PWR->PUCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp()
623 SET_BIT(PWR->PDCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
624 CLEAR_BIT(PWR->PUCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
698 CLEAR_BIT(PWR->PDCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullDown()