Type Alias d1_pac::usb1::ehci_operational::usbsts::USBINT_W

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

Field usbint writer - USB Interrupt(USBINT) The Host Controller sets this bit to a one on the completion of a USB transaction, which results in the retirement of a Transfer Descriptor that had its IOC bit set. The Host Controller also sets this bit to 1 when a short packet is detected (actual number of bytes received was less than the expected number of bytes)

Aliased Type§

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