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

pub enum UEIW {
    ST,
    CLEAR,
}

Values that can be written to the field UEI

Variants

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

When completion of a USB transaction results in an error condition, this bit is set by the Host/Device Controller. This bit is set along with the USBINT bit, if the TD on which the error interrupt occurred also had its interrupt on complete (IOC) bit set.

Trait Implementations

Auto Trait Implementations

impl Send for UEIW

impl Sync for UEIW