Home
last modified time | relevance | path

Searched defs:IS_PWR_GPIO_PORT (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h868 #define IS_PWR_GPIO_PORT(GPIO_PORT) \ macro
880 #define IS_PWR_GPIO_PORT(GPIO_PORT) \ macro
891 #define IS_PWR_GPIO_PORT(GPIO_PORT) \ macro
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h252 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\ macro