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

pub enum AAIW {
    ST,
    CLEAR,
}

Values that can be written to the field AAI

Variants

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

System software can force the host controller to issue an interrupt the next time the host controller advances the asynchronous schedule by writing a one to the Interrupt on Async Advance Doorbell bit in the USBCMD register. This status bit indicates the assertion of that interrupt source.

Trait Implementations

Auto Trait Implementations

impl Send for AAIW

impl Sync for AAIW