HomeSort by: relevance | last modified time | path
    Searched defs:led_index (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/mips/ralink/
ralink_gpio.c 1568 static int led_index = 0; local in function:ra_gpio_toggle_LED
1580 (1 << (led_array1[led_index++] - SS_OFFSET)));
1583 if (led_index >= (sizeof(led_array1))) {
1584 led_index = 0;
1591 ra_gpio_pin_write(sc, led_array1[led_index++], 0);
1594 if (led_index == 4) {

Completed in 11 milliseconds