Lines Matching full:external
72 /** @brief Wired External Power Source Status
74 * Enumeration for the status of the wired external power source.
77 /** Wired external power source is not connected. */
80 /** Wired external power source is connected. */
83 /** Wired external power source status is unknown. */
87 /** @brief Wireless External Power Source Status
89 * Enumeration for the status of the wireless external power source.
92 /** Wireless external power source is not connected. */
95 /** Wireless external power source is connected. */
98 /** Wireless external power source status is unknown. */
170 /** Charging fault due to external power source issue. */
231 * @brief Set the wired external power source status.
233 * @param source The wired external power source status to set.
238 * @brief Set the wireless external power source status.
240 * @param source The wireless external power source status to set.