Searched refs:RST_PORT (Results 1 – 1 of 1) sorted by relevance
42 #define RST_PORT GPIOD macro44 #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