/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pwr_ex.c | 224 CLEAR_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 336 SET_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullDown() 389 CLEAR_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 440 CLEAR_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 563 SET_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullDown() 622 CLEAR_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 1142 CLEAR_BIT(PWR->PDCRD, (GPIO_Pin & PWR_PORTD_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 1269 SET_BIT(PWR->PDCRD, (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()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr_ex.c | 325 CLEAR_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 446 SET_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullDown() 504 CLEAR_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 368 CLEAR_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 485 SET_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullDown() 540 CLEAR_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_DisableGPIOPullDown()
|
D | stm32wbxx_ll_pwr.c | 99 LL_PWR_WriteReg(PDCRD, PWR_PDCRD_RESET_VALUE); in LL_PWR_DeInit()
|
D | stm32wbxx_hal_pwr.c | 118 LL_PWR_WriteReg(PDCRD, PWR_PDCRD_RESET_VALUE); in HAL_PWR_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr_ex.c | 291 CLEAR_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 419 SET_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullDown() 481 CLEAR_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 415 CLEAR_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 574 SET_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullDown() 654 CLEAR_BIT(PWR->PDCRD, GPIONumber); in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 2501 CLEAR_BIT(PWR->PDCRD, GPIO_Pin); in HAL_PWREx_EnableGPIOPullUp() 2671 SET_BIT(PWR->PDCRD, GPIO_Pin); in HAL_PWREx_EnableGPIOPullDown() 2755 CLEAR_BIT(PWR->PDCRD, GPIO_Pin); in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c031xx.h | 327 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offse… member
|
D | stm32c071xx.h | 349 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offse… member
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 330 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
|
D | stm32g050xx.h | 335 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
|
D | stm32g070xx.h | 334 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
|
D | stm32g031xx.h | 355 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
|
D | stm32g041xx.h | 356 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
|
D | stm32g051xx.h | 395 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
|
D | stm32g061xx.h | 396 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
|
D | stm32g071xx.h | 412 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
|
D | stm32g081xx.h | 413 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
|
D | stm32g0b0xx.h | 342 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 451 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
|
D | stm32u083xx.h | 510 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
|
D | stm32u073xx.h | 476 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
|