[][src]Struct nrf52::i2s::config::ratio::_RATIOW

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

Proxy

Methods

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

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

Writes variant to the field

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

LRCK = MCK / 32

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

LRCK = MCK / 48

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

LRCK = MCK / 64

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

LRCK = MCK / 96

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

LRCK = MCK / 128

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

LRCK = MCK / 192

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

LRCK = MCK / 256

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

LRCK = MCK / 384

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

LRCK = MCK / 512

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _RATIOW<'a>

impl<'a> Send for _RATIOW<'a>

impl<'a> Sync for _RATIOW<'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