Home
last modified time | relevance | path

Searched refs:PUCRG (Results 1 – 25 of 50) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr_ex.c336 SET_BIT(PWR->PUCRG, (GPIONumber & PWR_PORTG_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
391 CLEAR_BIT(PWR->PUCRG, (GPIONumber & PWR_PORTG_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp()
459 CLEAR_BIT(PWR->PUCRG, (GPIONumber & PWR_PORTG_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c302 SET_BIT(PWR->PUCRG, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
361 CLEAR_BIT(PWR->PUCRG, GPIONumber); in HAL_PWREx_DisableGPIOPullUp()
432 CLEAR_BIT(PWR->PUCRG, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c432 SET_BIT(PWR->PUCRG, GPIONumber); in HAL_PWREx_EnableGPIOPullUp()
509 CLEAR_BIT(PWR->PUCRG, GPIONumber); in HAL_PWREx_DisableGPIOPullUp()
593 CLEAR_BIT(PWR->PUCRG, GPIONumber); in HAL_PWREx_EnableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c2517 SET_BIT(PWR->PUCRG, GPIO_Pin); in HAL_PWREx_EnableGPIOPullUp()
2598 CLEAR_BIT(PWR->PUCRG, GPIO_Pin); in HAL_PWREx_DisableGPIOPullUp()
2689 CLEAR_BIT(PWR->PUCRG, GPIO_Pin); in HAL_PWREx_EnableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h204 #define LL_PWR_GPIO_G ((uint32_t)(&(PWR->PUCRG)))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h170 #define LL_PWR_GPIO_G ((uint32_t)(&(PWR->PUCRG)))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_pwr.h183 #define LL_PWR_GPIO_G ((uint32_t)(&(PWR->PUCRG)))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_pwr.h504 #define LL_PWR_GPIO_PORTG (&(PWR->PUCRG)) /*!< GPIO port G */
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xb.h555 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32g411xc.h570 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32g441xx.h565 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32gbk1cb.h563 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32g431xx.h564 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32g4a1xx.h578 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32g491xx.h577 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32g473xx.h625 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32g471xx.h586 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32g483xx.h626 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32g414xx.h569 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32g474xx.h633 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32g484xx.h634 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l471xx.h636 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32l475xx.h637 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32l476xx.h652 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member
Dstm32l486xx.h653 __IO uint32_t PUCRG; /*!< Pull_up control register of portG, Address offset: 0x50 */ member

12