[][src]Struct atsams70n19b::i2sc0::i2sc_mr::_IMCKFSW

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

Proxy

Methods

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

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

Writes variant to the field

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

Sample frequency ratio set to 32

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

Sample frequency ratio set to 64

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

Sample frequency ratio set to 96

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

Sample frequency ratio set to 128

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

Sample frequency ratio set to 192

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

Sample frequency ratio set to 256

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

Sample frequency ratio set to 384

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

Sample frequency ratio set to 512

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

Sample frequency ratio set to 768

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

Sample frequency ratio set to 1024

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

Sample frequency ratio set to 1536

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

Sample frequency ratio set to 2048

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _IMCKFSW<'a>

impl<'a> Sync for _IMCKFSW<'a>

impl<'a> Send for _IMCKFSW<'a>

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for 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