Searched refs:PDCRA (Results 1 – 2 of 2) sorted by relevance
419 CLEAR_BIT(PWR->PDCRA, (GPIONumber & (~(PWR_GPIO_BIT_13|PWR_GPIO_BIT_15)))); in HAL_PWREx_EnableGPIOPullUp()578 SET_BIT(PWR->PDCRA, (GPIONumber & (~(PWR_GPIO_BIT_13|PWR_GPIO_BIT_15)))); in HAL_PWREx_EnableGPIOPullDown()661 CLEAR_BIT(PWR->PDCRA, (GPIONumber & (~(PWR_GPIO_BIT_13|PWR_GPIO_BIT_15)))); in HAL_PWREx_DisableGPIOPullDown()
658 __IO uint32_t PDCRA; /*!< Pull_Down control register of portA, Address offset: 0x24 */ member