Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dlights.c6 LIGHTS_BASE_CONTROL_BLOCK *light; /* Pointer to the light controller. */ member
34 static LIGHT_INFO *light_info_get(LIGHTS_BASE_CONTROL_BLOCK *light) in light_info_get()