Home
last modified time | relevance | path

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

/drivers/peripheral/light/interfaces/include/
Dlight_type.h195 struct LightInfo { struct
196 uint32_t lightId; /** Light id. For details, see {@link LightId}. */
197 uint32_t lightNumber; /** Number of physical lights in the logic controller. */
198 char lightName[NAME_MAX_LEN]; /** Logic light name. */
199 int32_t lightType; /** Light type. For details, see {@link HdfLightType}. */
/drivers/hdf_core/framework/model/misc/light/driver/include/
Dlight_driver.h134 struct LightInfo { struct
150 struct LightInfo lightInfo; argument