Home
last modified time | relevance | path

Searched refs:PUCRE (Results 1 – 25 of 81) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr_ex.c445 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/
Dstm32u0xx_hal_pwr_ex.c1147 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/
Dstm32g4xx_hal_pwr_ex.c328 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/
Dstm32wbxx_hal_pwr_ex.c372 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()
Dstm32wbxx_ll_pwr.c101 LL_PWR_WriteReg(PUCRE, PWR_PUCRE_RESET_VALUE); in LL_PWR_DeInit()
Dstm32wbxx_hal_pwr.c120 LL_PWR_WriteReg(PUCRE, PWR_PUCRE_RESET_VALUE); in HAL_PWR_DeInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c294 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/
Dstm32l4xx_hal_pwr_ex.c420 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/
Dstm32u5xx_hal_pwr_ex.c2505 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/
Dstm32u0xx_ll_pwr.h194 #define LL_PWR_GPIO_E ((uint32_t)(&(PWR->PUCRE)))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_pwr.h186 #define LL_PWR_GPIO_E ((uint32_t)(&(PWR->PUCRE)))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h199 #define LL_PWR_GPIO_E ((uint32_t)(&(PWR->PUCRE)))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h168 #define LL_PWR_GPIO_E ((uint32_t)(&(PWR->PUCRE)))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_pwr.h181 #define LL_PWR_GPIO_E ((uint32_t)(&(PWR->PUCRE)))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pwr.h273 #define LL_PWR_GPIO_E ((uint32_t)(&(PWR->PUCRE)))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_pwr.h500 #define LL_PWR_GPIO_PORTE (&(PWR->PUCRE)) /*!< GPIO port E */
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g0b0xx.h343 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
/hal_stm32-latest/stm32cube/stm32wbxx/soc/
Dstm32wb50xx.h378 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
Dstm32wb1mxx.h373 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
Dstm32wb30xx.h377 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u083xx.h511 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
Dstm32u073xx.h477 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
/hal_stm32-latest/stm32cube/stm32wbxx/soc/Include/
Dstm32wb10xx.h363 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
Dstm32wb15xx.h373 …__IO uint32_t PUCRE; /*!< PWR Pull-Up Control Register of port E, Address offset:… member
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xb.h551 __IO uint32_t PUCRE; /*!< Pull_up control register of portE, Address offset: 0x40 */ member

1234