/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_pwr_ex.c | 155 SET_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 194 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 240 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
D | stm32wb0x_ll_pwr.c | 99 LL_PWR_WriteReg(PUCRB, PWR_PUCRB_RESET_VALUE); in LL_PWR_DeInit()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pwr_ex.c | 213 SET_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullUp() 268 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_DisableGPIOPullUp() 327 CLEAR_BIT(PWR->PUCRB, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/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-latest/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-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 1131 SET_BIT(PWR->PUCRB, GPIO_Pin); in HAL_PWREx_EnableGPIOPullUp() 1194 CLEAR_BIT(PWR->PUCRB, GPIO_Pin); in HAL_PWREx_DisableGPIOPullUp() 1260 CLEAR_BIT(PWR->PUCRB, GPIO_Pin); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/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-latest/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-latest/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-latest/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-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 2490 SET_BIT(PWR->PUCRB, GPIO_Pin); in HAL_PWREx_EnableGPIOPullUp() 2576 CLEAR_BIT(PWR->PUCRB, GPIO_Pin); in HAL_PWREx_DisableGPIOPullUp() 2662 CLEAR_BIT(PWR->PUCRB, GPIO_Pin); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_pwr.h | 177 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB))) 2725 CLEAR_BIT(PWR->PUCRB, GPIONumber); in LL_PWR_SetNoPullB()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_pwr.h | 131 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 190 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 182 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 196 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 165 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 178 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_pwr.h | 215 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 270 #define LL_PWR_GPIO_B ((uint32_t)(&(PWR->PUCRB)))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_pwr.h | 497 #define LL_PWR_GPIO_PORTB (&(PWR->PUCRB)) /*!< GPIO port B */
|