Home
last modified time | relevance | path

Searched refs:PWR_GPIO_E (Results 1 – 14 of 14) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr_ex.c444 case PWR_GPIO_E: in HAL_PWREx_EnableGPIOPullUp()
502 case PWR_GPIO_E: in HAL_PWREx_DisableGPIOPullUp()
568 case PWR_GPIO_E: in HAL_PWREx_EnableGPIOPullDown()
626 case PWR_GPIO_E: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c1146 case PWR_GPIO_E: in HAL_PWREx_EnableGPIOPullUp()
1206 case PWR_GPIO_E: in HAL_PWREx_DisableGPIOPullUp()
1274 case PWR_GPIO_E: in HAL_PWREx_EnableGPIOPullDown()
1334 case PWR_GPIO_E: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr_ex.c327 case PWR_GPIO_E: in HAL_PWREx_EnableGPIOPullUp()
384 case PWR_GPIO_E: in HAL_PWREx_DisableGPIOPullUp()
449 case PWR_GPIO_E: in HAL_PWREx_EnableGPIOPullDown()
506 case PWR_GPIO_E: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr_ex.h200 #define PWR_GPIO_E 0x00000004U /*!< GPIO port E */ macro
782 ((GPIO) == PWR_GPIO_E) ||\
794 ((GPIO) == PWR_GPIO_E) ||\
805 ((GPIO) == PWR_GPIO_E) ||\
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c371 case PWR_GPIO_E: in HAL_PWREx_EnableGPIOPullUp()
425 case PWR_GPIO_E: in HAL_PWREx_DisableGPIOPullUp()
489 case PWR_GPIO_E: in HAL_PWREx_EnableGPIOPullDown()
543 case PWR_GPIO_E: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c293 case PWR_GPIO_E: in HAL_PWREx_EnableGPIOPullUp()
354 case PWR_GPIO_E: in HAL_PWREx_DisableGPIOPullUp()
422 case PWR_GPIO_E: in HAL_PWREx_EnableGPIOPullDown()
483 case PWR_GPIO_E: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h287 #define PWR_GPIO_E (0x04U) /*!< GPIO port E */ macro
873 ((GPIO_PORT) == PWR_GPIO_E) ||\
885 ((GPIO_PORT) == PWR_GPIO_E) ||\
896 ((GPIO_PORT) == PWR_GPIO_E) ||\
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c419 case PWR_GPIO_E: in HAL_PWREx_EnableGPIOPullUp()
498 case PWR_GPIO_E: in HAL_PWREx_DisableGPIOPullUp()
579 case PWR_GPIO_E: in HAL_PWREx_EnableGPIOPullDown()
658 case PWR_GPIO_E: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pwr_ex.h248 #define PWR_GPIO_E 0x00000004U /*!< GPIO port E */ macro
811 ((GPIO) == PWR_GPIO_E) ||\
817 ((GPIO) == PWR_GPIO_E) ||\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c2504 case PWR_GPIO_E: /* Apply Pull Up to GPIO port E */ in HAL_PWREx_EnableGPIOPullUp()
2587 case PWR_GPIO_E: /* Disable Pull Up for GPIO port E */ in HAL_PWREx_DisableGPIOPullUp()
2675 case PWR_GPIO_E: /* Apply Pull Down to GPIO port E */ in HAL_PWREx_EnableGPIOPullDown()
2758 case PWR_GPIO_E: /* Disable Pull Down for GPIO port E */ in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_pwr_ex.h222 #define PWR_GPIO_E (0x00000004u) /*!< GPIO port E */ macro
510 ((__GPIO__) == PWR_GPIO_E) || \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_pwr_ex.h190 #define PWR_GPIO_E 0x00000004U /*!< GPIO port E */ macro
721 ((GPIO) == PWR_GPIO_E) ||\
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_pwr_ex.h196 #define PWR_GPIO_E 0x00000004U /*!< GPIO port E */ macro
665 ((GPIO_PORT) == PWR_GPIO_E) ||\
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h207 #define PWR_GPIO_E 0x00000004U /*!< GPIO port E */ macro
764 ((GPIO) == PWR_GPIO_E) ||\