Home
last modified time | relevance | path

Searched refs:IS_GPIO_PORT1 (Results 1 – 2 of 2) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_gpio.h306 #define IS_GPIO_PORT(x) (IS_GPIO_PORT1(x) || IS_GPIO_PORT2(x) || IS_GPIO_PORT3(x) || IS_G…
308 #define IS_GPIO_PORT1(x) ((x == GPIO_PA) || (x == GPIO_PB) ) macro
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_gpio.h352 #define IS_GPIO_PORT(x) (IS_GPIO_PORT1(x) || IS_GPIO_PORT2(x) || IS_GPIO_PORT3(x) || IS_G…
354 #define IS_GPIO_PORT1(x) ((x == GPIO_PA) || (x == GPIO_PB)) macro

Completed in 10 milliseconds