Searched refs:PWR_PORTF_AVAILABLE_PINS (Results 1 – 2 of 2) sorted by relevance
| /hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
| D | stm32g4xx_hal_pwr_ex.c | 43 #define PWR_PORTF_AVAILABLE_PINS 0x0000FFFFU /* PF0..PF15 */ macro 46 #define PWR_PORTF_AVAILABLE_PINS 0x00000607U /* PF0..PF2 and PF9 and PF10 */ macro 332 SET_BIT(PWR->PUCRF, (GPIONumber & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 333 CLEAR_BIT(PWR->PDCRF, (GPIONumber & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 388 CLEAR_BIT(PWR->PUCRF, (GPIONumber & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp() 454 SET_BIT(PWR->PDCRF, (GPIONumber & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown() 455 CLEAR_BIT(PWR->PUCRF, (GPIONumber & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown() 510 CLEAR_BIT(PWR->PDCRF, (GPIONumber & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullDown()
|
| /hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
| D | stm32u0xx_hal_pwr_ex.c | 110 #define PWR_PORTF_AVAILABLE_PINS 0x0000000FU /* PF0..PF3 */ macro 1153 SET_BIT(PWR->PUCRF, (GPIO_Pin & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 1154 CLEAR_BIT(PWR->PDCRF, (GPIO_Pin & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 1212 CLEAR_BIT(PWR->PUCRF, (GPIO_Pin & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp() 1281 SET_BIT(PWR->PDCRF, (GPIO_Pin & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown() 1282 CLEAR_BIT(PWR->PUCRF, (GPIO_Pin & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown() 1340 CLEAR_BIT(PWR->PDCRF, (GPIO_Pin & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullDown()
|