Searched refs:PWR_GPIO_BIT_3 (Results 1 – 2 of 2) sorted by relevance
456 CLEAR_BIT(PWR->PDCRH, ((GPIONumber & PWR_PORTH_AVAILABLE_PINS) & (~(PWR_GPIO_BIT_3)))); in HAL_PWREx_EnableGPIOPullUp()615 SET_BIT(PWR->PDCRH, ((GPIONumber & PWR_PORTH_AVAILABLE_PINS) & (~(PWR_GPIO_BIT_3)))); in HAL_PWREx_EnableGPIOPullDown()691 CLEAR_BIT(PWR->PDCRH, ((GPIONumber & PWR_PORTH_AVAILABLE_PINS) & (~(PWR_GPIO_BIT_3)))); in HAL_PWREx_DisableGPIOPullDown()
190 #define PWR_GPIO_BIT_3 PWR_PUCRA_PA3 /*!< GPIO port I/O pin 3 */ macro