/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 446 SET_BIT(PWR->PUCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 517 CLEAR_BIT(PWR->PUCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp() 607 CLEAR_BIT(PWR->PUCRI, (GPIONumber & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 2528 SET_BIT(PWR->PUCRI, (GPIO_Pin & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp() 2607 CLEAR_BIT(PWR->PUCRI, (GPIO_Pin & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp() 2700 CLEAR_BIT(PWR->PUCRI, (GPIO_Pin & PWR_PORTI_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 210 #define LL_PWR_GPIO_I ((uint32_t)(&(PWR->PUCRI)))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_pwr.h | 507 #define LL_PWR_GPIO_PORTI (&(PWR->PUCRI)) /*!< GPIO port I */
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l4a6xx.h | 725 __IO uint32_t PUCRI; /*!< Pull_up control register of portI, Address offset: 0x60 */ member
|
D | stm32l496xx.h | 724 __IO uint32_t PUCRI; /*!< Pull_up control register of portI, Address offset: 0x60 */ member
|
D | stm32l4r5xx.h | 724 __IO uint32_t PUCRI; /*!< Pull_up control register of portI, Address offset: 0x60 */ member
|
D | stm32l4r7xx.h | 796 __IO uint32_t PUCRI; /*!< Pull_up control register of portI, Address offset: 0x60 */ member
|
D | stm32l4s5xx.h | 725 __IO uint32_t PUCRI; /*!< Pull_up control register of portI, Address offset: 0x60 */ member
|
D | stm32l4s7xx.h | 797 __IO uint32_t PUCRI; /*!< Pull_up control register of portI, Address offset: 0x60 */ member
|
D | stm32l4p5xx.h | 799 __IO uint32_t PUCRI; /*!< Pull_up control register of portI, Address offset: 0x60 */ member
|
D | stm32l4q5xx.h | 814 __IO uint32_t PUCRI; /*!< Pull_up control register of portI, Address offset: 0x60 */ member
|
D | stm32l4r9xx.h | 876 __IO uint32_t PUCRI; /*!< Pull_up control register of portI, Address offset: 0x60 */ member
|
D | stm32l4s9xx.h | 877 __IO uint32_t PUCRI; /*!< Pull_up control register of portI, Address offset: 0x60 */ member
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u575xx.h | 919 …__IO uint32_t PUCRI; /*!< Power Port I pull-up control register, Address offset: 0x… member
|
D | stm32u585xx.h | 986 …__IO uint32_t PUCRI; /*!< Power Port I pull-up control register, Address offset: 0x… member
|
D | stm32u595xx.h | 956 …__IO uint32_t PUCRI; /*!< Power Port I pull-up control register, Address offset: 0x… member
|
D | stm32u5a5xx.h | 1023 …__IO uint32_t PUCRI; /*!< Power Port I pull-up control register, Address offset: 0x… member
|
D | stm32u5f7xx.h | 1117 …__IO uint32_t PUCRI; /*!< Power Port I pull-up control register, Address offset: 0x… member
|
D | stm32u599xx.h | 1137 …__IO uint32_t PUCRI; /*!< Power Port I pull-up control register, Address offset: 0x… member
|
D | stm32u5g7xx.h | 1184 …__IO uint32_t PUCRI; /*!< Power Port I pull-up control register, Address offset: 0x… member
|
D | stm32u5f9xx.h | 1221 …__IO uint32_t PUCRI; /*!< Power Port I pull-up control register, Address offset: 0x… member
|
D | stm32u5a9xx.h | 1204 …__IO uint32_t PUCRI; /*!< Power Port I pull-up control register, Address offset: 0x… member
|
D | stm32u5g9xx.h | 1288 …__IO uint32_t PUCRI; /*!< Power Port I pull-up control register, Address offset: 0x… member
|