/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 445 SET_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 503 CLEAR_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 570 CLEAR_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 1147 SET_BIT(PWR->PUCRE, (GPIO_Pin & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 1207 CLEAR_BIT(PWR->PUCRE, (GPIO_Pin & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp() 1276 CLEAR_BIT(PWR->PUCRE, (GPIO_Pin & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr_ex.c | 328 SET_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 385 CLEAR_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 451 CLEAR_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 372 SET_BIT(PWR->PUCRE, (GPIONumber & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 426 CLEAR_BIT(PWR->PUCRE, (GPIONumber & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp() 491 CLEAR_BIT(PWR->PUCRE, (GPIONumber & PWR_PORTE_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
|
D | stm32wbxx_ll_pwr.c | 101 LL_PWR_WriteReg(PUCRE, PWR_PUCRE_RESET_VALUE); in LL_PWR_DeInit()
|
D | stm32wbxx_hal_pwr.c | 120 LL_PWR_WriteReg(PUCRE, PWR_PUCRE_RESET_VALUE); in HAL_PWR_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr_ex.c | 294 SET_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 355 CLEAR_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 424 CLEAR_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 420 SET_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 499 CLEAR_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 581 CLEAR_BIT(PWR->PUCRE, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 2505 SET_BIT(PWR->PUCRE, GPIO_Pin); in HAL_PWREx_EnableGPIOPullUp() 2588 CLEAR_BIT(PWR->PUCRE, GPIO_Pin); in HAL_PWREx_DisableGPIOPullUp() 2677 CLEAR_BIT(PWR->PUCRE, GPIO_Pin); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 194 #define LL_PWR_GPIO_E ((uint32_t)(&(PWR->PUCRE)))
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 186 #define LL_PWR_GPIO_E ((uint32_t)(&(PWR->PUCRE)))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 199 #define LL_PWR_GPIO_E ((uint32_t)(&(PWR->PUCRE)))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 168 #define LL_PWR_GPIO_E ((uint32_t)(&(PWR->PUCRE)))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 181 #define LL_PWR_GPIO_E ((uint32_t)(&(PWR->PUCRE)))
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 273 #define LL_PWR_GPIO_E ((uint32_t)(&(PWR->PUCRE)))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_pwr.h | 500 #define LL_PWR_GPIO_PORTE (&(PWR->PUCRE)) /*!< GPIO port E */
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g0b0xx.h | 343 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/ |
D | stm32wb50xx.h | 378 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
|
D | stm32wb1mxx.h | 373 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
|
D | stm32wb30xx.h | 377 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u083xx.h | 511 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
|
D | stm32u073xx.h | 477 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/Include/ |
D | stm32wb10xx.h | 363 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
|
D | stm32wb15xx.h | 373 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g411xb.h | 551 __IO uint32_t PUCRE; /*!< Pull_up control register of portE, Address offset: 0x40 */ member
|