[][src]Enum nrf52832_hal::target::i2s::config::ratio::RATIOW

pub enum RATIOW {
    _32X,
    _48X,
    _64X,
    _96X,
    _128X,
    _192X,
    _256X,
    _384X,
    _512X,
}

Values that can be written to the field RATIO

Variants

_32X

LRCK = MCK / 32

_48X

LRCK = MCK / 48

_64X

LRCK = MCK / 64

_96X

LRCK = MCK / 96

_128X

LRCK = MCK / 128

_192X

LRCK = MCK / 192

_256X

LRCK = MCK / 256

_384X

LRCK = MCK / 384

_512X

LRCK = MCK / 512

Auto Trait Implementations

impl Send for RATIOW

impl Sync for RATIOW

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self