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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

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

Value of the register as raw bits

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

Bit 0 - Inter-IC Sound Controller Mode

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

Bits 2:4 - Data Word Length

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

Bit 8 - Receive Mono

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

Bit 9 - Single or Multiple DMA Controller Channels for Receiver

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

Bit 10 - Loopback Test Mode

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

Bit 12 - Transmit Mono

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

Bit 13 - Single or Multiple DMA Controller Channels for Transmitter

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

Bit 14 - Transmit Data when Underrun

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

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

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

Bits 24:29 - Master Clock to fs Ratio

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

Bit 30 - Master Clock Mode

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

Bit 31 - I2SC_WS Slot Width

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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