Lines Matching full:phase

40  * Detects and logs redundant phase faults in a voltage regulator.
42 * A voltage regulator is sometimes called a "phase controller" because it
45 * A regulator may have redundant phases. If a redundant phase fails, the
47 * phase fault error should be logged warning the user that the regulator has
50 * The technique used to detect a phase fault varies depending on the regulator
54 * Phase fault detection is executed repeatedly based on a timer. A phase fault
58 * Phase faults are detected by executing actions.
74 * @param actions Actions that detect phase faults in the regulator.
75 * @param deviceID Unique ID of the device to use when detecting phase
100 * Executes the actions that detect phase faults in the regulator.
102 * If the required number of consecutive phase faults are detected, an error
114 * Returns the actions that detect phase faults in the regulator.
124 * Returns the unique ID of the device to use when detecting phase
138 * Checks if the specified phase fault type was detected.
142 * been detected, logs a phase fault error.
144 * The ActionEnvironment contains the set of phase fault types that were
147 * @param faultType phase fault type to check
156 * Logs an error for the specified phase fault type.
158 * @param faultType phase fault type that occurred
167 * Actions that detect phase faults in the regulator.
172 * Unique ID of the device to use when detecting phase faults.
175 * obtain the phase fault status for a regulator.
184 * Since phase fault detection runs repeatedly based on a timer, each error
196 * Number of consecutive N phase faults that have been detected.
201 * Number of consecutive N+1 phase faults that have been detected.