[][src]Enum nrf52832_hal::target::i2s::config::mckfreq::MCKFREQR

pub enum MCKFREQR {
    _32MDIV2,
    _32MDIV3,
    _32MDIV4,
    _32MDIV5,
    _32MDIV6,
    _32MDIV8,
    _32MDIV10,
    _32MDIV11,
    _32MDIV15,
    _32MDIV16,
    _32MDIV21,
    _32MDIV23,
    _32MDIV30,
    _32MDIV31,
    _32MDIV32,
    _32MDIV42,
    _32MDIV63,
    _32MDIV125,
    _Reserved(u32),
}

Possible values of the field MCKFREQ

Variants

_32MDIV2

32 MHz / 2 = 16.0 MHz

_32MDIV3

32 MHz / 3 = 10.6666667 MHz

_32MDIV4

32 MHz / 4 = 8.0 MHz

_32MDIV5

32 MHz / 5 = 6.4 MHz

_32MDIV6

32 MHz / 6 = 5.3333333 MHz

_32MDIV8

32 MHz / 8 = 4.0 MHz

_32MDIV10

32 MHz / 10 = 3.2 MHz

_32MDIV11

32 MHz / 11 = 2.9090909 MHz

_32MDIV15

32 MHz / 15 = 2.1333333 MHz

_32MDIV16

32 MHz / 16 = 2.0 MHz

_32MDIV21

32 MHz / 21 = 1.5238095

_32MDIV23

32 MHz / 23 = 1.3913043 MHz

_32MDIV30

32 MHz / 30 = 1.0666667 MHz

_32MDIV31

32 MHz / 31 = 1.0322581 MHz

_32MDIV32

32 MHz / 32 = 1.0 MHz

_32MDIV42

32 MHz / 42 = 0.7619048 MHz

_32MDIV63

32 MHz / 63 = 0.5079365 MHz

_32MDIV125

32 MHz / 125 = 0.256 MHz

_Reserved(u32)

Reserved

Methods

impl MCKFREQR[src]

pub fn bits(&self) -> u32[src]

Value of the field as raw bits

pub fn is_32mdiv2(&self) -> bool[src]

Checks if the value of the field is _32MDIV2

pub fn is_32mdiv3(&self) -> bool[src]

Checks if the value of the field is _32MDIV3

pub fn is_32mdiv4(&self) -> bool[src]

Checks if the value of the field is _32MDIV4

pub fn is_32mdiv5(&self) -> bool[src]

Checks if the value of the field is _32MDIV5

pub fn is_32mdiv6(&self) -> bool[src]

Checks if the value of the field is _32MDIV6

pub fn is_32mdiv8(&self) -> bool[src]

Checks if the value of the field is _32MDIV8

pub fn is_32mdiv10(&self) -> bool[src]

Checks if the value of the field is _32MDIV10

pub fn is_32mdiv11(&self) -> bool[src]

Checks if the value of the field is _32MDIV11

pub fn is_32mdiv15(&self) -> bool[src]

Checks if the value of the field is _32MDIV15

pub fn is_32mdiv16(&self) -> bool[src]

Checks if the value of the field is _32MDIV16

pub fn is_32mdiv21(&self) -> bool[src]

Checks if the value of the field is _32MDIV21

pub fn is_32mdiv23(&self) -> bool[src]

Checks if the value of the field is _32MDIV23

pub fn is_32mdiv30(&self) -> bool[src]

Checks if the value of the field is _32MDIV30

pub fn is_32mdiv31(&self) -> bool[src]

Checks if the value of the field is _32MDIV31

pub fn is_32mdiv32(&self) -> bool[src]

Checks if the value of the field is _32MDIV32

pub fn is_32mdiv42(&self) -> bool[src]

Checks if the value of the field is _32MDIV42

pub fn is_32mdiv63(&self) -> bool[src]

Checks if the value of the field is _32MDIV63

pub fn is_32mdiv125(&self) -> bool[src]

Checks if the value of the field is _32MDIV125

Trait Implementations

impl PartialEq<MCKFREQR> for MCKFREQR[src]

impl Clone for MCKFREQR[src]

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

Performs copy-assignment from source. Read more

impl Copy for MCKFREQR[src]

impl Debug for MCKFREQR[src]

Auto Trait Implementations

impl Send for MCKFREQR

impl Sync for MCKFREQR

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