Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c105 #define PWR_PORTD_AVAILABLE_PINS 0x00003F7FU /* PD0..PD6, PD8..PD13 */ macro
107 #define PWR_PORTD_AVAILABLE_PINS 0x00000004U /* PD2 */ macro
1141 SET_BIT(PWR->PUCRD, (GPIO_Pin & PWR_PORTD_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
1142 CLEAR_BIT(PWR->PDCRD, (GPIO_Pin & PWR_PORTD_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
1202 CLEAR_BIT(PWR->PUCRD, (GPIO_Pin & PWR_PORTD_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp()
1269 SET_BIT(PWR->PDCRD, (GPIO_Pin & PWR_PORTD_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
1270 CLEAR_BIT(PWR->PUCRD, (GPIO_Pin & PWR_PORTD_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
1330 CLEAR_BIT(PWR->PDCRD, (GPIO_Pin & PWR_PORTD_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullDown()