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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn mode(&mut self) -> _MODEW[src]

Bit 0 - Inter-IC Sound Controller Mode

pub fn datalength(&mut self) -> _DATALENGTHW[src]

Bits 2:4 - Data Word Length

pub fn rxmono(&mut self) -> _RXMONOW[src]

Bit 8 - Receive Mono

pub fn rxdma(&mut self) -> _RXDMAW[src]

Bit 9 - Single or Multiple DMA Controller Channels for Receiver

pub fn rxloop(&mut self) -> _RXLOOPW[src]

Bit 10 - Loopback Test Mode

pub fn txmono(&mut self) -> _TXMONOW[src]

Bit 12 - Transmit Mono

pub fn txdma(&mut self) -> _TXDMAW[src]

Bit 13 - Single or Multiple DMA Controller Channels for Transmitter

pub fn txsame(&mut self) -> _TXSAMEW[src]

Bit 14 - Transmit Data when Underrun

pub fn imckdiv(&mut self) -> _IMCKDIVW[src]

Bits 16:21 - Selected Clock to I2SC Master Clock Ratio

pub fn imckfs(&mut self) -> _IMCKFSW[src]

Bits 24:29 - Master Clock to fs Ratio

pub fn imckmode(&mut self) -> _IMCKMODEW[src]

Bit 30 - Master Clock Mode

pub fn iws(&mut self) -> _IWSW[src]

Bit 31 - I2SC_WS Slot Width

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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