[][src]Struct stm32l4xx_hal::stm32::sai1::bcr1::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 mcjdiv(&self) -> MCJDIVR[src]

Bits 20:23 - Master clock divider

pub fn nodiv(&self) -> NODIVR[src]

Bit 19 - No divider

pub fn dmaen(&self) -> DMAENR[src]

Bit 17 - DMA enable

pub fn saiben(&self) -> SAIBENR[src]

Bit 16 - Audio block B enable

pub fn out_dri(&self) -> OUTDRIR[src]

Bit 13 - Output drive

pub fn mono(&self) -> MONOR[src]

Bit 12 - Mono mode

pub fn syncen(&self) -> SYNCENR[src]

Bits 10:11 - Synchronization enable

pub fn ckstr(&self) -> CKSTRR[src]

Bit 9 - Clock strobing edge

pub fn lsbfirst(&self) -> LSBFIRSTR[src]

Bit 8 - Least significant bit first

pub fn ds(&self) -> DSR[src]

Bits 5:7 - Data size

pub fn prtcfg(&self) -> PRTCFGR[src]

Bits 2:3 - Protocol configuration

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

Bits 0:1 - Audio block mode

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self