[][src]Enum atsams70n21b::i2sc0::i2sc_mr::IMCKFSW

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

Values that can be written to 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 Debug for IMCKFSW[src]

impl PartialEq<IMCKFSW> for IMCKFSW[src]

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

This method tests for !=.

impl Copy for IMCKFSW[src]

impl Clone for IMCKFSW[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 IMCKFSW

impl Send for IMCKFSW

impl Sync for IMCKFSW

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