Home
last modified time | relevance | path

Searched refs:LedsCfg (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dleds_gpio.h28 struct LedsCfg { struct
/device/google/contexthub/firmware/os/drivers/leds/
Dleds_gpio.c113 struct LedsCfg *lcfg = (struct LedsCfg *)cfgData; in sensorConfigLedsGpio()
Dleds_lp3943.c218 struct LedsCfg *lcfg = (struct LedsCfg *)cfg; in sensorCfgDataLedsLP3943()
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c92 struct LedsCfg { struct
511 struct LedsCfg mLedsCfg; in main()
517 length = sizeof(struct ConfigCmd) + sizeof(struct LedsCfg *); in main()