[][src]Struct nrf52::i2s::config::mckfreq::_MCKFREQW

pub struct _MCKFREQW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _MCKFREQW<'a>[src]

pub fn variant(self, variant: MCKFREQW) -> &'a mut W[src]

Writes variant to the field

pub fn _32mdiv2(self) -> &'a mut W[src]

32 MHz / 2 = 16.0 MHz

pub fn _32mdiv3(self) -> &'a mut W[src]

32 MHz / 3 = 10.6666667 MHz

pub fn _32mdiv4(self) -> &'a mut W[src]

32 MHz / 4 = 8.0 MHz

pub fn _32mdiv5(self) -> &'a mut W[src]

32 MHz / 5 = 6.4 MHz

pub fn _32mdiv6(self) -> &'a mut W[src]

32 MHz / 6 = 5.3333333 MHz

pub fn _32mdiv8(self) -> &'a mut W[src]

32 MHz / 8 = 4.0 MHz

pub fn _32mdiv10(self) -> &'a mut W[src]

32 MHz / 10 = 3.2 MHz

pub fn _32mdiv11(self) -> &'a mut W[src]

32 MHz / 11 = 2.9090909 MHz

pub fn _32mdiv15(self) -> &'a mut W[src]

32 MHz / 15 = 2.1333333 MHz

pub fn _32mdiv16(self) -> &'a mut W[src]

32 MHz / 16 = 2.0 MHz

pub fn _32mdiv21(self) -> &'a mut W[src]

32 MHz / 21 = 1.5238095

pub fn _32mdiv23(self) -> &'a mut W[src]

32 MHz / 23 = 1.3913043 MHz

pub fn _32mdiv30(self) -> &'a mut W[src]

32 MHz / 30 = 1.0666667 MHz

pub fn _32mdiv31(self) -> &'a mut W[src]

32 MHz / 31 = 1.0322581 MHz

pub fn _32mdiv32(self) -> &'a mut W[src]

32 MHz / 32 = 1.0 MHz

pub fn _32mdiv42(self) -> &'a mut W[src]

32 MHz / 42 = 0.7619048 MHz

pub fn _32mdiv63(self) -> &'a mut W[src]

32 MHz / 63 = 0.5079365 MHz

pub fn _32mdiv125(self) -> &'a mut W[src]

32 MHz / 125 = 0.256 MHz

pub unsafe fn bits(self, value: u32) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _MCKFREQW<'a>

impl<'a> Send for _MCKFREQW<'a>

impl<'a> Sync for _MCKFREQW<'a>

Blanket Implementations

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

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

type Error = !

The type returned in the event of a conversion error.

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