Searched refs:color_temperature_end (Results 1 – 2 of 2) sorted by relevance
27 uint32_t color_temperature_end; member
299 if (cur_time >= light_param.color_temperature_end) { in _led_blink_timer_cb()302 _cal_flash_next_step(light_param.color_temperature_end - cur_time); in _led_blink_timer_cb()332 light_param.color_temperature_end = k_uptime_get() + times * LED_BLINK_PERIOD; in light_led_blink()353 …light_param.color_temperature_end = k_uptime_get() + times * LED_BLINK_PERIOD - LED_BLINK_OFF_TIME; in light_led_blink()
Completed in 3 milliseconds