Searched refs:GPIO_PORT (Results 1 – 6 of 6) sorted by relevance
868 #define IS_PWR_GPIO_PORT(GPIO_PORT) \ argument869 (((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 …]
45 GPIO_TypeDef *GPIO_PORT; member
661 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\ argument662 ((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) ||\ argument669 ((GPIO_PORT) == PWR_GPIO_B) ||\670 ((GPIO_PORT) == PWR_GPIO_C) ||\671 ((GPIO_PORT) == PWR_GPIO_D) ||\[all …]
579 #define IS_PWR_GPIO_PULLPUP_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_PULLUP_PORT_N) ||\ argument580 ((GPIO_PORT) == PWR_GPIO_PULLUP_PORT_O))583 #define IS_PWR_GPIO_PULLDOWN_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_PULLDOWN_PORT_N) ||\ argument584 ((GPIO_PORT) == PWR_GPIO_PULLDOWN_PORT_O) ||\585 ((GPIO_PORT) == PWR_GPIO_PULLDOWN_PORT_P))
248 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\ argument249 ((GPIO_PORT) == PWR_GPIO_B) ||\250 ((GPIO_PORT) == PWR_GPIO_C) ||\251 ((GPIO_PORT) == PWR_GPIO_H))
238 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()