Home
last modified time | relevance | path

Searched defs:IS_GPIO_PORT (Results 1 – 6 of 6) sorted by relevance

/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_gpio.h203 #define IS_GPIO_PORT(GPIOx) ((GPIOx == GPIOA) || \ macro
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_gpio.h218 #define IS_GPIO_PORT(GPIOx) ((GPIOx == GPIOA) || \ macro
/bsp/yichip/yc3122-pos/Libraries/sdk/
A Dyc_gpio.h93 #define IS_GPIO_PORT(port) (port <= GPIOE) macro
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_gpio.h249 #define IS_GPIO_PORT(GPIOx) ((GPIOx == GPIOA) || \ macro
/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… 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… macro

Completed in 17 milliseconds