Type Alias d1_pac::usb1::ehci_operational::usbsts::USBERRINT_W

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

Field usberrint writer - USB Error Interrupt(USBERRINT)

The Host Controller sets this bit to 1 when completion of USB transaction results in an error condition(e.g. error counter underflow).If the TD on which the error interrupt occurred also had its IOC bit set, both. This bit and USBINT bit are set.

Aliased Type§

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