Home
last modified time | relevance | path

Searched refs:PUCRD (Results 1 – 25 of 89) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr_ex.c223 SET_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
276 CLEAR_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_DisableGPIOPullUp()
337 CLEAR_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr_ex.c439 SET_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
498 CLEAR_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_DisableGPIOPullUp()
564 CLEAR_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c1141 SET_BIT(PWR->PUCRD, (GPIO_Pin & PWR_PORTD_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
1202 CLEAR_BIT(PWR->PUCRD, (GPIO_Pin & PWR_PORTD_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp()
1270 CLEAR_BIT(PWR->PUCRD, (GPIO_Pin & PWR_PORTD_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr_ex.c324 SET_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
382 CLEAR_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_DisableGPIOPullUp()
447 CLEAR_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c367 SET_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
422 CLEAR_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_DisableGPIOPullUp()
486 CLEAR_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
Dstm32wbxx_ll_pwr.c98 LL_PWR_WriteReg(PUCRD, PWR_PUCRD_RESET_VALUE); in LL_PWR_DeInit()
Dstm32wbxx_hal_pwr.c117 LL_PWR_WriteReg(PUCRD, PWR_PUCRD_RESET_VALUE); in HAL_PWR_DeInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c290 SET_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
352 CLEAR_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_DisableGPIOPullUp()
420 CLEAR_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c414 SET_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
494 CLEAR_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_DisableGPIOPullUp()
575 CLEAR_BIT(PWR->PUCRD, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c2500 SET_BIT(PWR->PUCRD, GPIO_Pin); in HAL_PWREx_EnableGPIOPullUp()
2584 CLEAR_BIT(PWR->PUCRD, GPIO_Pin); in HAL_PWREx_DisableGPIOPullUp()
2672 CLEAR_BIT(PWR->PUCRD, GPIO_Pin); in HAL_PWREx_EnableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_pwr.h134 #define LL_PWR_GPIO_D ((uint32_t)(&(PWR->PUCRD)))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_pwr.h192 #define LL_PWR_GPIO_D ((uint32_t)(&(PWR->PUCRD)))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_pwr.h184 #define LL_PWR_GPIO_D ((uint32_t)(&(PWR->PUCRD)))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h198 #define LL_PWR_GPIO_D ((uint32_t)(&(PWR->PUCRD)))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h167 #define LL_PWR_GPIO_D ((uint32_t)(&(PWR->PUCRD)))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_pwr.h180 #define LL_PWR_GPIO_D ((uint32_t)(&(PWR->PUCRD)))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pwr.h272 #define LL_PWR_GPIO_D ((uint32_t)(&(PWR->PUCRD)))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_pwr.h499 #define LL_PWR_GPIO_PORTD (&(PWR->PUCRD)) /*!< GPIO port D */
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c031xx.h326 …__IO uint32_t PUCRD; /*!< PWR Pull-Up Control Register of port D, Address offse… member
Dstm32c071xx.h348 …__IO uint32_t PUCRD; /*!< PWR Pull-Up Control Register of port D, Address offse… member
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h329 …__IO uint32_t PUCRD; /*!< PWR Pull-Up Control Register of port D, Address offset:… member
Dstm32g050xx.h334 …__IO uint32_t PUCRD; /*!< PWR Pull-Up Control Register of port D, Address offset:… member
Dstm32g070xx.h333 …__IO uint32_t PUCRD; /*!< PWR Pull-Up Control Register of port D, Address offset:… member
Dstm32g031xx.h354 …__IO uint32_t PUCRD; /*!< PWR Pull-Up Control Register of port D, Address offset:… member
Dstm32g041xx.h355 …__IO uint32_t PUCRD; /*!< PWR Pull-Up Control Register of port D, Address offset:… member

1234