Home
last modified time | relevance | path

Searched refs:PWR_GPIO_G (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr_ex.c335 case PWR_GPIO_G: in HAL_PWREx_EnableGPIOPullUp()
390 case PWR_GPIO_G: in HAL_PWREx_DisableGPIOPullUp()
457 case PWR_GPIO_G: in HAL_PWREx_EnableGPIOPullDown()
512 case PWR_GPIO_G: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c301 case PWR_GPIO_G: in HAL_PWREx_EnableGPIOPullUp()
360 case PWR_GPIO_G: in HAL_PWREx_DisableGPIOPullUp()
430 case PWR_GPIO_G: in HAL_PWREx_EnableGPIOPullDown()
489 case PWR_GPIO_G: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h291 #define PWR_GPIO_G (0x06U) /*!< GPIO port G */ macro
875 ((GPIO_PORT) == PWR_GPIO_G) ||\
887 ((GPIO_PORT) == PWR_GPIO_G) ||\
897 ((GPIO_PORT) == PWR_GPIO_G) ||\
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c431 case PWR_GPIO_G: in HAL_PWREx_EnableGPIOPullUp()
508 case PWR_GPIO_G: in HAL_PWREx_DisableGPIOPullUp()
591 case PWR_GPIO_G: in HAL_PWREx_EnableGPIOPullDown()
668 case PWR_GPIO_G: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr_ex.h206 #define PWR_GPIO_G 0x00000006U /*!< GPIO port G */ macro
796 ((GPIO) == PWR_GPIO_G) ||\
807 ((GPIO) == PWR_GPIO_G) ||\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c2516 case PWR_GPIO_G: /* Apply Pull Up to GPIO port G */ in HAL_PWREx_EnableGPIOPullUp()
2597 case PWR_GPIO_G: /* Disable Pull Up for GPIO port G */ in HAL_PWREx_DisableGPIOPullUp()
2687 case PWR_GPIO_G: /* Apply Pull Down to GPIO port G */ in HAL_PWREx_EnableGPIOPullDown()
2768 case PWR_GPIO_G: /* Disable Pull Down for GPIO port G */ in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_pwr_ex.h192 #define PWR_GPIO_G 0x00000006U /*!< GPIO port G */ macro
723 ((GPIO) == PWR_GPIO_G))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h209 #define PWR_GPIO_G 0x00000006U /*!< GPIO port G */ macro
766 ((GPIO) == PWR_GPIO_G) ||\