pub type PORT_ENABLE_DISABLE_CHANGE_R = BitReader<bool>;
Expand description

Field port_enable_disable_change reader - Port Enable/Disable Change

1 = Port enabled/disabled status has changed

0 = No change

For the root hub, this bit gets set to a one only when a port is disabled due to the appropriate conditions existing at the EOF2 point (See Chapter 11 of the USB Specification for the definition of a Port Error). Software clears this bit by writing a 1 to it.

This field is zero if Port Power is zero.

Aliased Type§

struct PORT_ENABLE_DISABLE_CHANGE_R { /* private fields */ }