Home
last modified time | relevance | path

Searched refs:GPIO_PORT (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h868 #define IS_PWR_GPIO_PORT(GPIO_PORT) \ argument
869 (((GPIO_PORT) == PWR_GPIO_A) ||\
870 ((GPIO_PORT) == PWR_GPIO_B) ||\
871 ((GPIO_PORT) == PWR_GPIO_C) ||\
872 ((GPIO_PORT) == PWR_GPIO_D) ||\
873 ((GPIO_PORT) == PWR_GPIO_E) ||\
874 ((GPIO_PORT) == PWR_GPIO_F) ||\
875 ((GPIO_PORT) == PWR_GPIO_G) ||\
876 ((GPIO_PORT) == PWR_GPIO_H) ||\
877 ((GPIO_PORT) == PWR_GPIO_I) ||\
[all …]
Dstm32u5xx_hal_gpio_ex.h45 GPIO_TypeDef *GPIO_PORT; member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_pwr_ex.h661 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\ argument
662 ((GPIO_PORT) == PWR_GPIO_B) ||\
663 ((GPIO_PORT) == PWR_GPIO_C) ||\
664 ((GPIO_PORT) == PWR_GPIO_D) ||\
665 ((GPIO_PORT) == PWR_GPIO_E) ||\
666 ((GPIO_PORT) == PWR_GPIO_F))
668 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\ argument
669 ((GPIO_PORT) == PWR_GPIO_B) ||\
670 ((GPIO_PORT) == PWR_GPIO_C) ||\
671 ((GPIO_PORT) == PWR_GPIO_D) ||\
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_pwr_ex.h579 #define IS_PWR_GPIO_PULLPUP_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_PULLUP_PORT_N) ||\ argument
580 ((GPIO_PORT) == PWR_GPIO_PULLUP_PORT_O))
583 #define IS_PWR_GPIO_PULLDOWN_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_PULLDOWN_PORT_N) ||\ argument
584 ((GPIO_PORT) == PWR_GPIO_PULLDOWN_PORT_O) ||\
585 ((GPIO_PORT) == PWR_GPIO_PULLDOWN_PORT_P))
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h248 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\ argument
249 ((GPIO_PORT) == PWR_GPIO_B) ||\
250 ((GPIO_PORT) == PWR_GPIO_C) ||\
251 ((GPIO_PORT) == PWR_GPIO_H))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gpio.c238 p_gpio = LPGPIO_Map[position].GPIO_PORT; in HAL_GPIO_Init()
401 p_gpio = LPGPIO_Map[pin_position].GPIO_PORT; in HAL_GPIO_DeInit()
614 p_gpio = LPGPIO_Map[position].GPIO_PORT; in HAL_GPIO_LockPin()
698 p_gpio = LPGPIO_Map[position].GPIO_PORT; in HAL_GPIO_EnableHighSPeedLowVoltage()
756 p_gpio = LPGPIO_Map[position].GPIO_PORT; in HAL_GPIO_DisableHighSPeedLowVoltage()
883 p_gpio = LPGPIO_Map[position].GPIO_PORT; in HAL_GPIO_ConfigPinAttributes()
939 p_gpio = LPGPIO_Map[position].GPIO_PORT; in HAL_GPIO_GetConfigPinAttributes()