Home
last modified time | relevance | path

Searched refs:PDCRD (Results 1 – 25 of 81) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr_ex.c224 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/
Dstm32g0xx_hal_pwr_ex.c440 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/
Dstm32u0xx_hal_pwr_ex.c1142 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/
Dstm32g4xx_hal_pwr_ex.c325 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/
Dstm32wbxx_hal_pwr_ex.c368 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()
Dstm32wbxx_ll_pwr.c99 LL_PWR_WriteReg(PDCRD, PWR_PDCRD_RESET_VALUE); in LL_PWR_DeInit()
Dstm32wbxx_hal_pwr.c118 LL_PWR_WriteReg(PDCRD, PWR_PDCRD_RESET_VALUE); in HAL_PWR_DeInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c291 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/
Dstm32l4xx_hal_pwr_ex.c415 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/
Dstm32u5xx_hal_pwr_ex.c2501 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/
Dstm32c031xx.h327 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offse… member
Dstm32c071xx.h349 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offse… member
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h330 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
Dstm32g050xx.h335 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
Dstm32g070xx.h334 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
Dstm32g031xx.h355 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
Dstm32g041xx.h356 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
Dstm32g051xx.h395 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
Dstm32g061xx.h396 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
Dstm32g071xx.h412 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
Dstm32g081xx.h413 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
Dstm32g0b0xx.h342 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h451 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
Dstm32u083xx.h510 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member
Dstm32u073xx.h476 …__IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset:… member

1234