pub type R_LOCAL_POWER_STATUS_W_SET_GLOBAL_POWER_W<'a, const O: u8> = BitWriter<'a, u32, HC_RH_STATUS_SPEC, bool, O>;
Expand description

Field r_local_power_status_w_set_global_power writer - (read)LocalPowerStatusChange

The Root Hub does not support the local power status features, thus, this bit is always read as ‘0’.

(write)SetGlobalPower

In global power mode ( PowerSwitchingMode =0), This bit is written to ‘1’ to turn on power to all ports (clear PortPowerStatus ). In per-port power mode, it sets PortPowerStatus only on ports whose PortPowerControlMask bit is not set. Writing a ‘0’ has no effect.

Aliased Type§

struct R_LOCAL_POWER_STATUS_W_SET_GLOBAL_POWER_W<'a, const O: u8> { /* private fields */ }