/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pwr_ex.c | 218 SET_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 272 CLEAR_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 332 CLEAR_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 434 SET_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 494 CLEAR_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 559 CLEAR_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr_ex.c | 324 SET_BIT(PWR->PUCRC, (GPIONumber & PWR_PORTC_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 370 CLEAR_BIT(PWR->PUCRC, (GPIONumber & PWR_PORTC_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp() 423 CLEAR_BIT(PWR->PUCRC, (GPIONumber & PWR_PORTC_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
|
D | stm32wlxx_ll_pwr.c | 93 LL_PWR_WriteReg(PUCRC, PWR_PUCRC_RESET_VALUE); in LL_PWR_DeInit()
|
D | stm32wlxx_hal_pwr.c | 104 LL_PWR_WriteReg(PUCRC, PWR_PUCRC_RESET_VALUE); in HAL_PWR_DeInit()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 1136 SET_BIT(PWR->PUCRC, GPIO_Pin); in HAL_PWREx_EnableGPIOPullUp() 1198 CLEAR_BIT(PWR->PUCRC, GPIO_Pin); in HAL_PWREx_DisableGPIOPullUp() 1265 CLEAR_BIT(PWR->PUCRC, GPIO_Pin); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr_ex.c | 320 SET_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 379 CLEAR_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 443 CLEAR_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 362 SET_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 418 CLEAR_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 481 CLEAR_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
D | stm32wbxx_ll_pwr.c | 95 LL_PWR_WriteReg(PUCRC, PWR_PUCRC_RESET_VALUE); in LL_PWR_DeInit()
|
D | stm32wbxx_hal_pwr.c | 114 LL_PWR_WriteReg(PUCRC, PWR_PUCRC_RESET_VALUE); in HAL_PWR_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr_ex.c | 286 SET_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 349 CLEAR_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 416 CLEAR_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 409 SET_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 490 CLEAR_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 570 CLEAR_BIT(PWR->PUCRC, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 2495 SET_BIT(PWR->PUCRC, GPIO_Pin); in HAL_PWREx_EnableGPIOPullUp() 2580 CLEAR_BIT(PWR->PUCRC, GPIO_Pin); in HAL_PWREx_DisableGPIOPullUp() 2667 CLEAR_BIT(PWR->PUCRC, GPIO_Pin); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_pwr.h | 132 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 191 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 183 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 197 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 166 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 179 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_pwr.h | 216 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 271 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_pwr.h | 498 #define LL_PWR_GPIO_PORTC (&(PWR->PUCRC)) /*!< GPIO port C */
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 324 …__IO uint32_t PUCRC; /*!< PWR Pull-Up Control Register of port C, Address offse… member
|
D | stm32c031xx.h | 324 …__IO uint32_t PUCRC; /*!< PWR Pull-Up Control Register of port C, Address offse… member
|
D | stm32c071xx.h | 346 …__IO uint32_t PUCRC; /*!< PWR Pull-Up Control Register of port C, Address offse… member
|