Type Alias d1_pac::usb1::ehci_operational::usbsts::USBINT_R

source ·
pub type USBINT_R = BitReader<bool>;
Expand description

Field usbint reader - 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_R { /* private fields */ }