pub type PORT_POWER_CONTROL_MASK_W<'a, const O: u8> = FieldWriter<'a, u32, HC_RH_DESCRIPTOR_B_SPEC, u16, u16, 16, O>;
Expand description

Field port_power_control_mask writer - PortPowerControlMask

Each bit indicates if a port is affected by a global power control command when PowerSwitchingMode is set. When set, the port’s power state is only affected by per-port power control ( Set/ClearPortPower ). When cleared, the port is controlled by the global power switch ( Set/ClearGlobalPower ). If the device is configured to global switching mode ( PowerSwitchingMode = 0 ), this field is not valid.

Aliased Type§

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