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

pub enum PSW {
    DISABLED,
    ENABLED,
}

Values that can be written to the field PS

Variants

The periodic schedule status is disabled.

The periodic schedule status is enabled.

Trait Implementations

Auto Trait Implementations

impl Send for PSW

impl Sync for PSW