Home
last modified time | relevance | path

Searched defs:leds (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/variant/neonkey/src/os/
Dled.c21 static uint32_t leds[] = { GPIO_PB(13), GPIO_PB(12), GPIO_PB(15), GPIO_PB(14) }; variable
/device/google/contexthub/firmware/os/drivers/leds/
Dleds_gpio.c53 struct LedsVal leds[LEDS_GPIO_MAX]; member
173 const struct LedsGpio *leds; in startTask() local