Home
last modified time | relevance | path

Searched refs:PWR_GPIO_I (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c445 case PWR_GPIO_I: in HAL_PWREx_EnableGPIOPullUp()
516 case PWR_GPIO_I: in HAL_PWREx_DisableGPIOPullUp()
605 case PWR_GPIO_I: in HAL_PWREx_EnableGPIOPullDown()
680 case PWR_GPIO_I: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h294 #define PWR_GPIO_I (0x08U) /*!< GPIO port I */ macro
877 ((GPIO_PORT) == PWR_GPIO_I) ||\
889 ((GPIO_PORT) == PWR_GPIO_I))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c2527 case PWR_GPIO_I: /* Apply Pull Up to GPIO port I */ in HAL_PWREx_EnableGPIOPullUp()
2606 case PWR_GPIO_I: /* Disable Pull Up for GPIO port I */ in HAL_PWREx_DisableGPIOPullUp()
2698 case PWR_GPIO_I: /* Apply Pull Down to GPIO port I */ in HAL_PWREx_EnableGPIOPullDown()
2777 case PWR_GPIO_I: /* Disable Pull Down for GPIO port I */ in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr_ex.h210 #define PWR_GPIO_I 0x00000008U /*!< GPIO port I */ macro
809 ((GPIO) == PWR_GPIO_I))