RST_GPIO_PIN
static int gpios[] = { LED_GPIO_PIN , STDBY_GPIO_PIN , RST_GPIO_PIN,
gpio_direction_output(RST_GPIO_PIN, 0);
gpio_set_value(RST_GPIO_PIN, state);
gpio_direction_output(RST_GPIO_PIN, 0);
gpio_set_value(RST_GPIO_PIN, 0);
gpio_set_value(RST_GPIO_PIN, 1);
RST_GPIO_PIN, RD_GPIO_PIN, WR_GPIO_PIN, CS_GPIO_PIN,