[][src]Enum atsame70j21b::usbhs::usbhs_hstctrl::SPDCONF_A

#[repr(u8)]pub enum SPDCONF_A {
    NORMAL,
    LOW_POWER,
    HIGH_SPEED,
    FORCED_FS,
}

Mode Configuration

Value on reset: 0

Variants

NORMAL

0: The host starts in Full-speed mode and performs a high-speed reset to switch to High-speed mode if the downstream peripheral is high-speed capable.

LOW_POWER

1: For a better consumption, if high speed is not needed.

HIGH_SPEED

2: Forced high speed.

FORCED_FS

3: The host remains in Full-speed mode whatever the peripheral speed capability.

Trait Implementations

impl Clone for SPDCONF_A[src]

impl Copy for SPDCONF_A[src]

impl Debug for SPDCONF_A[src]

impl From<SPDCONF_A> for u8[src]

impl PartialEq<SPDCONF_A> for SPDCONF_A[src]

impl StructuralPartialEq for SPDCONF_A[src]

Auto Trait Implementations

impl Send for SPDCONF_A

impl Sync for SPDCONF_A

impl Unpin for SPDCONF_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.