/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pwr_ex.c | 125 SET_BIT(PWR->PUCRA, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 181 CLEAR_BIT(PWR->PUCRA, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 239 CLEAR_BIT(PWR->PUCRA, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 424 SET_BIT(PWR->PUCRA, (GPIONumber & ~PWR_GPIO_BIT_14)); in HAL_PWREx_EnableGPIOPullUp() 486 CLEAR_BIT(PWR->PUCRA, (GPIONumber & ~PWR_GPIO_BIT_14)); in HAL_PWREx_DisableGPIOPullUp() 549 CLEAR_BIT(PWR->PUCRA, (GPIONumber & ~PWR_GPIO_BIT_14)); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr_ex.c | 316 SET_BIT(PWR->PUCRA, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 364 CLEAR_BIT(PWR->PUCRA, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 415 CLEAR_BIT(PWR->PUCRA, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
D | stm32wlxx_ll_pwr.c | 89 LL_PWR_WriteReg(PUCRA, PWR_PUCRA_RESET_VALUE); in LL_PWR_DeInit()
|
D | stm32wlxx_hal_pwr.c | 100 LL_PWR_WriteReg(PUCRA, PWR_PUCRA_RESET_VALUE); in HAL_PWR_DeInit()
|
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr_ex.c | 312 SET_BIT(PWR->PUCRA, (GPIONumber & (~(PWR_GPIO_BIT_14)))); in HAL_PWREx_EnableGPIOPullUp() 373 CLEAR_BIT(PWR->PUCRA, (GPIONumber & (~(PWR_GPIO_BIT_14)))); in HAL_PWREx_DisableGPIOPullUp() 435 CLEAR_BIT(PWR->PUCRA, (GPIONumber & (~(PWR_GPIO_BIT_14)))); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 354 SET_BIT(PWR->PUCRA, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 412 CLEAR_BIT(PWR->PUCRA, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 473 CLEAR_BIT(PWR->PUCRA, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
D | stm32wbxx_ll_pwr.c | 91 LL_PWR_WriteReg(PUCRA, PWR_PUCRA_RESET_VALUE); in LL_PWR_DeInit()
|
D | stm32wbxx_hal_pwr.c | 110 LL_PWR_WriteReg(PUCRA, PWR_PUCRA_RESET_VALUE); in HAL_PWR_DeInit()
|
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr_ex.c | 278 SET_BIT(PWR->PUCRA, (GPIONumber & (~(PWR_GPIO_BIT_14)))); in HAL_PWREx_EnableGPIOPullUp() 343 CLEAR_BIT(PWR->PUCRA, (GPIONumber & (~(PWR_GPIO_BIT_14)))); in HAL_PWREx_DisableGPIOPullUp() 408 CLEAR_BIT(PWR->PUCRA, (GPIONumber & (~(PWR_GPIO_BIT_14)))); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 401 SET_BIT(PWR->PUCRA, (GPIONumber & (~(PWR_GPIO_BIT_14)))); in HAL_PWREx_EnableGPIOPullUp() 484 CLEAR_BIT(PWR->PUCRA, (GPIONumber & (~(PWR_GPIO_BIT_14)))); in HAL_PWREx_DisableGPIOPullUp() 562 CLEAR_BIT(PWR->PUCRA, (GPIONumber & (~(PWR_GPIO_BIT_14)))); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 2485 SET_BIT(PWR->PUCRA, (GPIO_Pin & (~(PWR_GPIO_BIT_14)))); in HAL_PWREx_EnableGPIOPullUp() 2572 CLEAR_BIT(PWR->PUCRA, (GPIO_Pin & (~(PWR_GPIO_BIT_14)))); in HAL_PWREx_DisableGPIOPullUp() 2657 CLEAR_BIT(PWR->PUCRA, (GPIO_Pin & (~(PWR_GPIO_BIT_14)))); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_pwr.h | 111 #define LL_PWR_GPIO_A ((uint32_t)(&(PWR->PUCRA)))
|
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 181 #define LL_PWR_GPIO_A ((uint32_t)(&(PWR->PUCRA)))
|
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 177 #define LL_PWR_GPIO_A ((uint32_t)(&(PWR->PUCRA)))
|
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 164 #define LL_PWR_GPIO_A ((uint32_t)(&(PWR->PUCRA)))
|
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 195 #define LL_PWR_GPIO_A ((uint32_t)(&(PWR->PUCRA)))
|
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_pwr.h | 214 #define LL_PWR_GPIO_A ((uint32_t)(&(PWR->PUCRA)))
|
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 269 #define LL_PWR_GPIO_A ((uint32_t)(&(PWR->PUCRA)))
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_pwr.h | 496 #define LL_PWR_GPIO_PORTA (&(PWR->PUCRA)) /*!< GPIO port A */
|
/hal_stm32-3.7.0/stm32cube/stm32c0xx/soc/ |
D | stm32c031xx.h | 320 …__IO uint32_t PUCRA; /*!< PWR Pull-Up Control Register of port A, Address offse… member
|
D | stm32c011xx.h | 320 …__IO uint32_t PUCRA; /*!< PWR Pull-Up Control Register of port A, Address offse… member
|
/hal_stm32-3.7.0/stm32cube/stm32g0xx/soc/ |
D | stm32g070xx.h | 327 …__IO uint32_t PUCRA; /*!< PWR Pull-Up Control Register of port A, Address offset:… member
|
D | stm32g030xx.h | 323 …__IO uint32_t PUCRA; /*!< PWR Pull-Up Control Register of port A, Address offset:… member
|
D | stm32g050xx.h | 328 …__IO uint32_t PUCRA; /*!< PWR Pull-Up Control Register of port A, Address offset:… member
|