Searched refs:PWR_PORTE_AVAILABLE_PINS (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 102 #define PWR_PORTE_AVAILABLE_PINS 0x00000388U /* PE3, PE7..PE9 */ macro 1147 SET_BIT(PWR->PUCRE, (GPIO_Pin & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 1148 CLEAR_BIT(PWR->PDCRE, (GPIO_Pin & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 1207 CLEAR_BIT(PWR->PUCRE, (GPIO_Pin & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp() 1275 SET_BIT(PWR->PDCRE, (GPIO_Pin & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown() 1276 CLEAR_BIT(PWR->PUCRE, (GPIO_Pin & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown() 1335 CLEAR_BIT(PWR->PDCRE, (GPIO_Pin & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 42 #define PWR_PORTE_AVAILABLE_PINS (PWR_GPIO_BIT_4 | PWR_GPIO_BIT_3 | PWR_GPIO_BIT_2 | PWR_GPIO_BIT… macro 372 SET_BIT(PWR->PUCRE, (GPIONumber & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 373 CLEAR_BIT(PWR->PDCRE, (GPIONumber & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 426 CLEAR_BIT(PWR->PUCRE, (GPIONumber & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp() 490 SET_BIT(PWR->PDCRE, (GPIONumber & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown() 491 CLEAR_BIT(PWR->PUCRE, (GPIONumber & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown() 544 CLEAR_BIT(PWR->PDCRE, (GPIONumber & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullDown()
|