Type Alias d1_pac::usb1::ehci_operational::usbsts::PORT_CHANGE_DETECT_W

source ·
pub type PORT_CHANGE_DETECT_W<'a, const O: u8> = BitWriter<'a, u32, USBSTS_SPEC, bool, O>;
Expand description

Field port_change_detect writer - Port Change Detect

The Host Controller sets this bit to a one when any port for which the Port Owner bit is set to zero has a change bit transition from a zero to a one or a Force Port Resume bit transition from a zero to a one as a result of a J-K transition detected on a suspended port. This bit will also be set as a result of the Connect Status Chang being set to a one after system software has relinquished ownership of a connected port by writing a one to a port’s Port Owner bit.

Aliased Type§

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