pub type R_LOCAL_POWER_STATUS_W_CLEAR_GLOBAL_POWER_R = BitReader<bool>;
Expand description

Field r_local_power_status_w_clear_global_power reader - (Read)LocalPowerStatus

When read, this bit returns the LocalPowerStatus of the Root Hub. The Root Hub does not support the local power status feature; thus, this bit is always read as ‘0’.

(Write)ClearGlobalPower

When write, this bit is operated as the ClearGlobalPower. In global power mode ( PowerSwitchingMode =0), This bit is written to ‘1’ to turn off power to all ports (clear PortPowerStatus ). In per-port power mode, it clears PortPowerStatus only on ports whose PortPowerControlMask bit is not set. Writing a ‘0’ has no effect.

Aliased Type§

struct R_LOCAL_POWER_STATUS_W_CLEAR_GLOBAL_POWER_R { /* private fields */ }