Lines Matching full:fault
159 /** @brief Charging Fault Reason
164 /** No charging fault. */
167 /** Charging fault due to battery issue. */
170 /** Charging fault due to external power source issue. */
173 /** Charging fault for other reasons. */
192 /** @brief Battery Fault Status
194 * Enumeration for the fault status of the battery.
197 /** No battery fault. */
200 /** Battery fault present. */
266 * @brief Set the charging fault reason.
268 * @param reason The charging fault reason to set.
291 * @brief Set the battery fault status.
295 * @param value Battery fault status to set.