[][src]Enum atsame51j::i2s::clkctrl::FSSEL_A

pub enum FSSEL_A {
    SCKDIV,
    FSPIN,
}

Frame Sync Select

Value on reset: 0

Variants

SCKDIV

0: Divided Serial Clock n is used as Frame Sync n source

FSPIN

1: FSn input pin is used as Frame Sync n source

Trait Implementations

impl Clone for FSSEL_A[src]

impl Copy for FSSEL_A[src]

impl Debug for FSSEL_A[src]

impl From<FSSEL_A> for bool[src]

impl PartialEq<FSSEL_A> for FSSEL_A[src]

impl StructuralPartialEq for FSSEL_A[src]

Auto Trait Implementations

impl Send for FSSEL_A

impl Sync for FSSEL_A

impl Unpin for FSSEL_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.