/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pwr_ex.c | 130 SET_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 185 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 244 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 429 SET_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 490 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 554 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr_ex.c | 320 SET_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 367 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 419 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
D | stm32wlxx_ll_pwr.c | 91 LL_PWR_WriteReg(PUCRB, PWR_PUCRB_RESET_VALUE); in LL_PWR_DeInit()
|
D | stm32wlxx_hal_pwr.c | 102 LL_PWR_WriteReg(PUCRB, PWR_PUCRB_RESET_VALUE); in HAL_PWR_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr_ex.c | 316 SET_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 376 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 439 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 358 SET_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 415 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 477 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
D | stm32wbxx_ll_pwr.c | 93 LL_PWR_WriteReg(PUCRB, PWR_PUCRB_RESET_VALUE); in LL_PWR_DeInit()
|
D | stm32wbxx_hal_pwr.c | 112 LL_PWR_WriteReg(PUCRB, PWR_PUCRB_RESET_VALUE); in HAL_PWR_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr_ex.c | 282 SET_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 346 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 412 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 405 SET_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 487 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 566 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 2486 SET_BIT(PWR->PUCRB, GPIO_Pin); in HAL_PWREx_EnableGPIOPullUp() 2572 CLEAR_BIT(PWR->PUCRB, GPIO_Pin); in HAL_PWREx_DisableGPIOPullUp() 2658 CLEAR_BIT(PWR->PUCRB, GPIO_Pin); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_pwr.h | 112 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 182 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 165 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 196 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 178 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_pwr.h | 215 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 270 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_pwr.h | 497 #define LL_PWR_GPIO_PORTB (&(PWR->PUCRB)) /*!< GPIO port B */
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 319 …__IO uint32_t PUCRB; /*!< PWR Pull-Up Control Register of port B, Address offse… member
|
D | stm32c031xx.h | 319 …__IO uint32_t PUCRB; /*!< PWR Pull-Up Control Register of port B, Address offse… member
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 325 …__IO uint32_t PUCRB; /*!< PWR Pull-Up Control Register of port B, Address offset:… member
|
D | stm32g050xx.h | 330 …__IO uint32_t PUCRB; /*!< PWR Pull-Up Control Register of port B, Address offset:… member
|
D | stm32g070xx.h | 329 …__IO uint32_t PUCRB; /*!< PWR Pull-Up Control Register of port B, Address offset:… member
|