Lines Matching +full:power +full:- +full:on +full:- +full:time +full:- +full:ms
1 .. SPDX-License-Identifier: GPL-2.0
8 -----------
10 The MT6370 integrates a four-channel RGB LED driver, designed to provide a
13 a sink current up to 24mA and a CHG_VIN power good indicator LED with sink
22 --------------------------------
26 The breath pattern is a series of timing pairs, with the hold-time expressed in
30 depending on the current brightness setting.
34 "0 Tr1 0 Tr2 0 Tf1 0 Tf2 0 Ton 0 Toff" --> '0' for dummy brightness code
43 | --- --- ---
44 |--- --- ---
45 +----------------------------------============------------> Time
50 * Tr1: First rising time for 0% - 30% load.
51 * Tr2: Second rising time for 31% - 100% load.
52 * Ton: On time for 100% load.
53 * Tf1: First falling time for 100% - 31% load.
54 * Tf2: Second falling time for 30% to 0% load.
55 * Toff: Off time for 0% load.
57 * Tr1/Tr2/Tf1/Tf2/Ton: 125ms to 3125ms, 200ms per step.
58 * Toff: 250ms to 6250ms, 400ms per step.
64 This Will configure Tr1/Tr2/Tf1/Tf2 to 125m, Ton to 625ms, and Toff to 1050ms.