/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pwr_ex.c | 228 SET_BIT(PWR->PUCRF, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 280 CLEAR_BIT(PWR->PUCRF, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 342 CLEAR_BIT(PWR->PUCRF, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 450 SET_BIT(PWR->PUCRF, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 507 CLEAR_BIT(PWR->PUCRF, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 575 CLEAR_BIT(PWR->PUCRF, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 1153 SET_BIT(PWR->PUCRF, (GPIO_Pin & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 1212 CLEAR_BIT(PWR->PUCRF, (GPIO_Pin & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp() 1282 CLEAR_BIT(PWR->PUCRF, (GPIO_Pin & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr_ex.c | 332 SET_BIT(PWR->PUCRF, (GPIONumber & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 388 CLEAR_BIT(PWR->PUCRF, (GPIONumber & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp() 455 CLEAR_BIT(PWR->PUCRF, (GPIONumber & PWR_PORTF_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr_ex.c | 298 SET_BIT(PWR->PUCRF, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 358 CLEAR_BIT(PWR->PUCRF, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 428 CLEAR_BIT(PWR->PUCRF, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 426 SET_BIT(PWR->PUCRF, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 504 CLEAR_BIT(PWR->PUCRF, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 587 CLEAR_BIT(PWR->PUCRF, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 2511 SET_BIT(PWR->PUCRF, GPIO_Pin); in HAL_PWREx_EnableGPIOPullUp() 2593 CLEAR_BIT(PWR->PUCRF, GPIO_Pin); in HAL_PWREx_DisableGPIOPullUp() 2683 CLEAR_BIT(PWR->PUCRF, GPIO_Pin); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_pwr.h | 136 #define LL_PWR_GPIO_F ((uint32_t)(&(PWR->PUCRF)))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 196 #define LL_PWR_GPIO_F ((uint32_t)(&(PWR->PUCRF)))
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 188 #define LL_PWR_GPIO_F ((uint32_t)(&(PWR->PUCRF)))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 201 #define LL_PWR_GPIO_F ((uint32_t)(&(PWR->PUCRF)))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 169 #define LL_PWR_GPIO_F ((uint32_t)(&(PWR->PUCRF)))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 182 #define LL_PWR_GPIO_F ((uint32_t)(&(PWR->PUCRF)))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_pwr.h | 502 #define LL_PWR_GPIO_PORTF (&(PWR->PUCRF)) /*!< GPIO port F */
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 328 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offse… member
|
D | stm32c031xx.h | 330 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offse… member
|
D | stm32c071xx.h | 352 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offse… member
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 333 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
|
D | stm32g050xx.h | 338 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
|
D | stm32g070xx.h | 337 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
|
D | stm32g031xx.h | 358 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
|
D | stm32g041xx.h | 359 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
|
D | stm32g051xx.h | 398 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
|
D | stm32g061xx.h | 399 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
|
D | stm32g071xx.h | 415 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
|