Lines Matching full:vbus
91 /** Bit for vbus disconnection alert */
97 /** Bit for low vbus alarm */
99 /** Bit for high vbus alarm */
226 /** Bit for block the standard input signal force off vbus control */
228 /** Bit for disabling the vbus discharge fault detection timer */
230 /** Bit for disabling the vbus over current detection */
232 /** Bit for disabling the vbus over voltage detection */
241 /** Bit for disabling the vbus voltage monitoring */
245 /** Bit for enabling the automatic vbus discharge based on the vbus voltage */
247 /** Bit for enabling the bleed discharge of vbus */
249 /** Bit for enabling the forced vbus discharge */
288 /** Bit for sourcing vbus. If set, sourcing vbus is enabled. */
290 /** Bit for vbus detection enabled. */
293 * Bit for vbus present.
294 * If set, the vbus shall be above 4V. If unset, the vbus shall be below 3.5V.
299 /** Bit for sinking vbus. If set, the TCPC is sinking vbus to the system load. */
306 /** Bit for force vbus off due to external fault */
312 /** Bit for internal or external vbus over current */
314 /** Bit for internal or external vbus over voltage */
323 /** Bit for vbus at vSafe0V. Set when the TCPC detects that VBUS is below 0.8V. */
339 /** Value for disable vbus detect command - disable vbus present and vSafe0V detection */
341 /** Value for enable vbus detect command - enable vbus present and vSafe0V detection */
343 /** Value for disable sink vbus - disable sinking power over vbus */
345 /** Value for sink vbus - enable sinking power over vbus and vbus present detection */
347 /** Value for disable source vbus - disable sourcing power over vbus */
349 /** Value for source vbus default voltage - enable sourcing vSafe5V over vbus */
351 /** Value for source vbus high voltage - enable sourcing high voltage over vbus */
377 /** Bit for vbus high voltage target - if set, VBUS_HV_TARGET register is implemented */
379 /** Bit for vbus over current reporting - if set, vbus over current is reported by TCPC */
381 /** Bit for vbus over voltage reporting - if set, vbus over voltage is reported by TCPC */
388 * Bit for vbus measurement and alarm capable
389 * If set, TCPC supports vbus voltage measurement and vbus voltage alarms
429 /** Bit for sink vbus - if set, TCPC is capable of controling the sink path to the system load */
432 * Bit for source high voltage vbus.
433 * If set, TCPC can control the source high voltage path to vbus
436 /** Bit for source vbus - if set, TCPC is capable of controlling the source path to vbus */
464 * If set, the sink disconnect threshold can be set. Otherwise, the vbus present value from
470 * the forced vbus discharge will be disabled, into the vbus stop discharge threshold register.
520 /** Bit for vbus external over voltage fault. If set, input pin is present in TCPC. */
522 /** Bit for vbus external over current fault. If set, input pin is present in TCPC. */
524 /** Bit for force off vbus present. If set, input pin is present in TCPC. */
529 /** Bit for vbus sink disconnect detect indicator */
533 /** Bit for vbus present monitor */
614 * If unset, sink TCPC disables the PD message delivery when vbus sink disconnect detected in
679 /** Register address - vbus voltage */
681 /** Mask for vbus voltage measurement */
683 /** Macro to extract the vbus measurement from the register value */
687 /** Macro to extract the vbus voltage scale from the register value */
690 /** Resolution of vbus voltage measurement. It's specified as 25mV. */
700 /** Register address - vbus sink disconnect threshold */
711 /** Default value for vbus sink disconnect threshold */
714 /** Register address - vbus sink disconnect threshold */
725 /** Default value for vbus stop discharge threshold */
728 /** Register address - vbus voltage alarm - high */
740 /** Register address - vbus voltage alarm - low */
753 * Register address - vbus nondefault target
754 * Available only if vbus nondefault target is asserted in device capabilities 1 register.
755 * Purpose of this register is to provide value for nondefault voltage over vbus when sending
756 * the source vbus nondefault voltage command to command register.
769 /** Mask for vbus voltage support */
771 /** Macro to extract the vbus voltage support from register value */