Home
last modified time | relevance | path

Searched refs:PUCRC (Results 1 – 25 of 105) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr_ex.c218 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/
Dstm32g0xx_hal_pwr_ex.c434 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/
Dstm32wlxx_hal_pwr_ex.c324 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()
Dstm32wlxx_ll_pwr.c93 LL_PWR_WriteReg(PUCRC, PWR_PUCRC_RESET_VALUE); in LL_PWR_DeInit()
Dstm32wlxx_hal_pwr.c104 LL_PWR_WriteReg(PUCRC, PWR_PUCRC_RESET_VALUE); in HAL_PWR_DeInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c1136 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/
Dstm32g4xx_hal_pwr_ex.c320 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/
Dstm32wbxx_hal_pwr_ex.c362 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()
Dstm32wbxx_ll_pwr.c95 LL_PWR_WriteReg(PUCRC, PWR_PUCRC_RESET_VALUE); in LL_PWR_DeInit()
Dstm32wbxx_hal_pwr.c114 LL_PWR_WriteReg(PUCRC, PWR_PUCRC_RESET_VALUE); in HAL_PWR_DeInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c286 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/
Dstm32l4xx_hal_pwr_ex.c409 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/
Dstm32u5xx_hal_pwr_ex.c2495 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/
Dstm32c0xx_ll_pwr.h132 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_pwr.h191 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_pwr.h183 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h197 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h166 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_pwr.h179 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_pwr.h216 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pwr.h271 #define LL_PWR_GPIO_C ((uint32_t)(&(PWR->PUCRC)))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_pwr.h498 #define LL_PWR_GPIO_PORTC (&(PWR->PUCRC)) /*!< GPIO port C */
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c011xx.h324 …__IO uint32_t PUCRC; /*!< PWR Pull-Up Control Register of port C, Address offse… member
Dstm32c031xx.h324 …__IO uint32_t PUCRC; /*!< PWR Pull-Up Control Register of port C, Address offse… member
Dstm32c071xx.h346 …__IO uint32_t PUCRC; /*!< PWR Pull-Up Control Register of port C, Address offse… member

12345