[][src]Enum atsams70n20b::i2sc0::i2sc_mr::IMCKFSR

pub enum IMCKFSR {
    M2SF32,
    M2SF64,
    M2SF96,
    M2SF128,
    M2SF192,
    M2SF256,
    M2SF384,
    M2SF512,
    M2SF768,
    M2SF1024,
    M2SF1536,
    M2SF2048,
}

Possible values of the field IMCKFS

Variants

M2SF32

Sample frequency ratio set to 32

M2SF64

Sample frequency ratio set to 64

M2SF96

Sample frequency ratio set to 96

M2SF128

Sample frequency ratio set to 128

M2SF192

Sample frequency ratio set to 192

M2SF256

Sample frequency ratio set to 256

M2SF384

Sample frequency ratio set to 384

M2SF512

Sample frequency ratio set to 512

M2SF768

Sample frequency ratio set to 768

M2SF1024

Sample frequency ratio set to 1024

M2SF1536

Sample frequency ratio set to 1536

M2SF2048

Sample frequency ratio set to 2048

Trait Implementations

impl ToBits<u8> for IMCKFSR[src]

impl Debug for IMCKFSR[src]

impl PartialEq<IMCKFSR> for IMCKFSR[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for IMCKFSR[src]

impl Clone for IMCKFSR[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for IMCKFSR

impl Sync for IMCKFSR

impl Send for IMCKFSR

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self