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

Field port_enable_disable_change writer - 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_W<'a, const O: u8> { /* private fields */ }