/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_pwr_ex.c | 152 CLEAR_BIT(PWR->PDCRA, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 235 SET_BIT(PWR->PDCRA, GPIONumber); in HAL_PWREx_EnableGPIOPullDown() 275 CLEAR_BIT(PWR->PDCRA, GPIONumber); in HAL_PWREx_DisableGPIOPullDown()
|
D | stm32wb0x_ll_pwr.c | 98 LL_PWR_WriteReg(PDCRA, PWR_PDCRA_RESET_VALUE); in LL_PWR_DeInit()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pwr_ex.c | 209 CLEAR_BIT(PWR->PDCRA, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 321 SET_BIT(PWR->PDCRA, GPIONumber); in HAL_PWREx_EnableGPIOPullDown() 377 CLEAR_BIT(PWR->PDCRA, GPIONumber); in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 425 CLEAR_BIT(PWR->PDCRA, (GPIONumber & ~PWR_GPIO_BIT_13)); in HAL_PWREx_EnableGPIOPullUp() 548 SET_BIT(PWR->PDCRA, (GPIONumber & ~PWR_GPIO_BIT_13)); in HAL_PWREx_EnableGPIOPullDown() 610 CLEAR_BIT(PWR->PDCRA, (GPIONumber & ~PWR_GPIO_BIT_13)); in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr_ex.c | 317 CLEAR_BIT(PWR->PDCRA, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 414 SET_BIT(PWR->PDCRA, GPIONumber); in HAL_PWREx_EnableGPIOPullDown() 462 CLEAR_BIT(PWR->PDCRA, GPIONumber); in HAL_PWREx_DisableGPIOPullDown()
|
D | stm32wlxx_ll_pwr.c | 90 LL_PWR_WriteReg(PDCRA, PWR_PDCRA_RESET_VALUE); in LL_PWR_DeInit()
|
D | stm32wlxx_hal_pwr.c | 101 LL_PWR_WriteReg(PDCRA, PWR_PDCRA_RESET_VALUE); in HAL_PWR_DeInit()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 1127 CLEAR_BIT(PWR->PDCRA, GPIO_Pin); in HAL_PWREx_EnableGPIOPullUp() 1254 SET_BIT(PWR->PDCRA, GPIO_Pin); in HAL_PWREx_EnableGPIOPullDown() 1318 CLEAR_BIT(PWR->PDCRA, GPIO_Pin); in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr_ex.c | 313 CLEAR_BIT(PWR->PDCRA, (GPIONumber & (~(PWR_GPIO_BIT_13|PWR_GPIO_BIT_15)))); in HAL_PWREx_EnableGPIOPullUp() 434 SET_BIT(PWR->PDCRA, (GPIONumber & (~(PWR_GPIO_BIT_13|PWR_GPIO_BIT_15)))); in HAL_PWREx_EnableGPIOPullDown() 495 CLEAR_BIT(PWR->PDCRA, (GPIONumber & (~(PWR_GPIO_BIT_13|PWR_GPIO_BIT_15)))); in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 355 CLEAR_BIT(PWR->PDCRA, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 472 SET_BIT(PWR->PDCRA, GPIONumber); in HAL_PWREx_EnableGPIOPullDown() 530 CLEAR_BIT(PWR->PDCRA, GPIONumber); in HAL_PWREx_DisableGPIOPullDown()
|
D | stm32wbxx_ll_pwr.c | 92 LL_PWR_WriteReg(PDCRA, PWR_PDCRA_RESET_VALUE); in LL_PWR_DeInit()
|
D | stm32wbxx_hal_pwr.c | 111 LL_PWR_WriteReg(PDCRA, PWR_PDCRA_RESET_VALUE); in HAL_PWR_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr_ex.c | 279 CLEAR_BIT(PWR->PDCRA, (GPIONumber & (~(PWR_GPIO_BIT_13 | PWR_GPIO_BIT_15)))); in HAL_PWREx_EnableGPIOPullUp() 407 SET_BIT(PWR->PDCRA, (GPIONumber & (~(PWR_GPIO_BIT_13 | PWR_GPIO_BIT_15)))); in HAL_PWREx_EnableGPIOPullDown() 472 CLEAR_BIT(PWR->PDCRA, (GPIONumber & (~(PWR_GPIO_BIT_13 | PWR_GPIO_BIT_15)))); in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 402 CLEAR_BIT(PWR->PDCRA, (GPIONumber & (~(PWR_GPIO_BIT_13|PWR_GPIO_BIT_15)))); in HAL_PWREx_EnableGPIOPullUp() 561 SET_BIT(PWR->PDCRA, (GPIONumber & (~(PWR_GPIO_BIT_13|PWR_GPIO_BIT_15)))); in HAL_PWREx_EnableGPIOPullDown() 644 CLEAR_BIT(PWR->PDCRA, (GPIONumber & (~(PWR_GPIO_BIT_13|PWR_GPIO_BIT_15)))); in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 2486 CLEAR_BIT(PWR->PDCRA, (GPIO_Pin & (~(PWR_GPIO_BIT_13 | PWR_GPIO_BIT_15)))); in HAL_PWREx_EnableGPIOPullUp() 2656 SET_BIT(PWR->PDCRA, (GPIO_Pin & (~(PWR_GPIO_BIT_13 | PWR_GPIO_BIT_15)))); in HAL_PWREx_EnableGPIOPullDown() 2743 CLEAR_BIT(PWR->PDCRA, (GPIO_Pin & (~(PWR_GPIO_BIT_13 | PWR_GPIO_BIT_15)))); in HAL_PWREx_DisableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_pwr.h | 2697 CLEAR_BIT(PWR->PDCRA, GPIONumber); in LL_PWR_SetNoPullA()
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 321 …__IO uint32_t PDCRA; /*!< PWR Pull-Down Control Register of port A, Address offse… member
|
D | stm32c031xx.h | 321 …__IO uint32_t PDCRA; /*!< PWR Pull-Down Control Register of port A, Address offse… member
|
D | stm32c071xx.h | 343 …__IO uint32_t PDCRA; /*!< PWR Pull-Down Control Register of port A, Address offse… member
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 324 …__IO uint32_t PDCRA; /*!< PWR Pull-Down Control Register of port A, Address offset:… member
|
D | stm32g050xx.h | 329 …__IO uint32_t PDCRA; /*!< PWR Pull-Down Control Register of port A, Address offset:… member
|
D | stm32g070xx.h | 328 …__IO uint32_t PDCRA; /*!< PWR Pull-Down Control Register of port A, Address offset:… member
|
D | stm32g031xx.h | 349 …__IO uint32_t PDCRA; /*!< PWR Pull-Down Control Register of port A, Address offset:… member
|
D | stm32g041xx.h | 350 …__IO uint32_t PDCRA; /*!< PWR Pull-Down Control Register of port A, Address offset:… member
|
D | stm32g051xx.h | 389 …__IO uint32_t PDCRA; /*!< PWR Pull-Down Control Register of port A, Address offset:… member
|