[][src]Enum nrf52832_hal::nrf52_hal_common::target::i2s::config::mckfreq::MCKFREQW

pub enum MCKFREQW {
    _32MDIV2,
    _32MDIV3,
    _32MDIV4,
    _32MDIV5,
    _32MDIV6,
    _32MDIV8,
    _32MDIV10,
    _32MDIV11,
    _32MDIV15,
    _32MDIV16,
    _32MDIV21,
    _32MDIV23,
    _32MDIV30,
    _32MDIV31,
    _32MDIV32,
    _32MDIV42,
    _32MDIV63,
    _32MDIV125,
}

Values that can be written to the field MCKFREQ

Variants

32 MHz / 2 = 16.0 MHz

32 MHz / 3 = 10.6666667 MHz

32 MHz / 4 = 8.0 MHz

32 MHz / 5 = 6.4 MHz

32 MHz / 6 = 5.3333333 MHz

32 MHz / 8 = 4.0 MHz

32 MHz / 10 = 3.2 MHz

32 MHz / 11 = 2.9090909 MHz

32 MHz / 15 = 2.1333333 MHz

32 MHz / 16 = 2.0 MHz

32 MHz / 21 = 1.5238095

32 MHz / 23 = 1.3913043 MHz

32 MHz / 30 = 1.0666667 MHz

32 MHz / 31 = 1.0322581 MHz

32 MHz / 32 = 1.0 MHz

32 MHz / 42 = 0.7619048 MHz

32 MHz / 63 = 0.5079365 MHz

32 MHz / 125 = 0.256 MHz

Auto Trait Implementations

impl Send for MCKFREQW

impl Sync for MCKFREQW

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

Mutably borrows from an owned value. Read more

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

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more