Searched refs:led_array1 (Results 1 – 1 of 1) sorted by relevance
177 static const char led_array1[] = { variable209 static const char led_array1[] = { variable216 static const char led_array1[] = {}; variable243 static const char led_array1[] = { variable262 static const char led_array1[] = {}; variable1580 (1 << (led_array1[led_index++] - SS_OFFSET))); in ra_gpio_toggle_LED()1583 if (led_index >= (sizeof(led_array1))) { in ra_gpio_toggle_LED()1585 for (int i = 0; i < sizeof(led_array1); i++) { in ra_gpio_toggle_LED()1586 ra_gpio_pin_write(sc, led_array1[i], 1); in ra_gpio_toggle_LED()1591 ra_gpio_pin_write(sc, led_array1[led_index++], 0); in ra_gpio_toggle_LED()