Home
last modified time | relevance | path

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

/bsp/gd32/arm/gd32470z-lckfb/board/ports/
A Ddrv_touch.h42 #define RST_PORT GPIOD macro
44 #define RST_ON gpio_bit_set(RST_PORT, RST_PIN);
45 #define RST_OFF gpio_bit_reset(RST_PORT, RST_PIN);
46 #define RST_TOGGLE gpio_bit_toggle(RST_PORT, RST_PIN);

Completed in 4 milliseconds