Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dleds_gpio.h26 #define LEDS_GPIO_MAX 16 macro
/device/google/contexthub/firmware/os/drivers/leds/
Dleds_gpio.c53 struct LedsVal leds[LEDS_GPIO_MAX];
182 for (i=0; i < leds->num && i < LEDS_GPIO_MAX; i++) { in startTask()