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

pub enum AAIR {
    ST,
    CLEAR,
}

Possible values of 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.

Methods

impl AAIR
[src]

[src]

Returns true if the bit is clear (0)

[src]

Returns true if the bit is set (1)

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is ST

[src]

Checks if the value of the field is CLEAR

Trait Implementations

impl Clone for AAIR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AAIR
[src]

impl Debug for AAIR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for AAIR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for AAIR

impl Sync for AAIR