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

pub enum RCLW {
    NO_EMPTY_ASYNCHRONOU,
    EMPTY_ASYNCHRONOU,
}

Values that can be written to the field RCL

Variants

No empty asynchronous schedule detected.

An empty asynchronous schedule is detected. Set by the host controller.

Trait Implementations

Auto Trait Implementations

impl Send for RCLW

impl Sync for RCLW