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

pub enum HCHW {
    RS,
    STOP,
}

Values that can be written to the field HCH

Variants

The RS bit in USBCMD is set to zero. Set by the host controller.

The Host Controller sets this bit to one after it has stopped executing because of the Run/Stop bit being set to 0, either by software or by the Host Controller hardware (e.g. because of an internal error).

Trait Implementations

Auto Trait Implementations

impl Send for HCHW

impl Sync for HCHW