Home
last modified time | relevance | path

Searched refs:PUCRF (Results 1 – 25 of 72) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr_ex.c228 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/
Dstm32g0xx_hal_pwr_ex.c450 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/
Dstm32u0xx_hal_pwr_ex.c1153 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/
Dstm32g4xx_hal_pwr_ex.c332 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/
Dstm32l5xx_hal_pwr_ex.c298 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/
Dstm32l4xx_hal_pwr_ex.c426 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/
Dstm32u5xx_hal_pwr_ex.c2511 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/
Dstm32c0xx_ll_pwr.h136 #define LL_PWR_GPIO_F ((uint32_t)(&(PWR->PUCRF)))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_pwr.h196 #define LL_PWR_GPIO_F ((uint32_t)(&(PWR->PUCRF)))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_pwr.h188 #define LL_PWR_GPIO_F ((uint32_t)(&(PWR->PUCRF)))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h201 #define LL_PWR_GPIO_F ((uint32_t)(&(PWR->PUCRF)))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h169 #define LL_PWR_GPIO_F ((uint32_t)(&(PWR->PUCRF)))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_pwr.h182 #define LL_PWR_GPIO_F ((uint32_t)(&(PWR->PUCRF)))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_pwr.h502 #define LL_PWR_GPIO_PORTF (&(PWR->PUCRF)) /*!< GPIO port F */
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c011xx.h328 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offse… member
Dstm32c031xx.h330 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offse… member
Dstm32c071xx.h352 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offse… member
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h333 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
Dstm32g050xx.h338 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
Dstm32g070xx.h337 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
Dstm32g031xx.h358 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
Dstm32g041xx.h359 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
Dstm32g051xx.h398 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
Dstm32g061xx.h399 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member
Dstm32g071xx.h415 …__IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset:… member

123