Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c52 #define PWR_PORTI_AVAILABLE_PINS ((uint32_t)0x00000FFF) /* PI0..PI11 */ macro
446 SET_BIT(PWR->PUCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
447 CLEAR_BIT(PWR->PDCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
517 CLEAR_BIT(PWR->PUCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp()
606 SET_BIT(PWR->PDCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
607 CLEAR_BIT(PWR->PUCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
681 CLEAR_BIT(PWR->PDCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c229 #define PWR_PORTI_AVAILABLE_PINS (0xFFFFU) macro
234 #define PWR_PORTI_AVAILABLE_PINS (0x00FFU) macro
2528 SET_BIT(PWR->PUCRI, (GPIO_Pin & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
2529 CLEAR_BIT(PWR->PDCRI, (GPIO_Pin & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
2607 CLEAR_BIT(PWR->PUCRI, (GPIO_Pin & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp()
2699 SET_BIT(PWR->PDCRI, (GPIO_Pin & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
2700 CLEAR_BIT(PWR->PUCRI, (GPIO_Pin & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
2778 CLEAR_BIT(PWR->PDCRI, (GPIO_Pin & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c47 #define PWR_PORTI_AVAILABLE_PINS (0xFFU) macro