Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/light/interfaces/include/
H A Dlight_type.h117 struct LightFlashEffect { struct
118 int32_t flashMode; /** Blinking mode. For details, see {@link LightFlashMode}. */
119 int32_t onTime; /** Duration (in ms) for which the light is on in a blinking period. */
120 int32_t offTime; /** Duration (in ms) for which the light is off in a blinking period. */
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/include/
H A Dlight_driver.h99 struct LightFlashEffect { struct
100 int32_t flashMode;
101 uint32_t onTime;
102 uint32_t offTime;