Home
last modified time | relevance | path

Searched defs:GPIO_PORT (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h868 #define IS_PWR_GPIO_PORT(GPIO_PORT) \ argument
880 #define IS_PWR_GPIO_PORT(GPIO_PORT) \ argument
891 #define IS_PWR_GPIO_PORT(GPIO_PORT) \ argument
Dstm32u5xx_hal_gpio_ex.h45 GPIO_TypeDef *GPIO_PORT; member
/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
583 #define IS_PWR_GPIO_PULLDOWN_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_PULLDOWN_PORT_N) ||\ argument
/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
668 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\ argument
/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