Enum lpc43xx::usb1::usbsts_h::UAIW [] [src]

pub enum UAIW {
    ST,
    CLEAR,
}

Values that can be written to the field UAI

Variants

This bit is cleared by software writing a one to it.

This bit is set by the Host Controller when the cause of an interrupt is a completion of a USB transaction where the Transfer Descriptor (TD) has an interrupt on complete (IOC) bit set and the TD was from the asynchronous schedule. This bit is also set by the Host when a short packet is detected and the packet is on the asynchronous schedule. A short packet is when the actual number of bytes received was less than the expected number of bytes.

Trait Implementations

Auto Trait Implementations

impl Send for UAIW

impl Sync for UAIW