[][src]Struct stm32h7::stm32h743::spdifrx::cr::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 spdifrxen(&self) -> SPDIFRXENR[src]

Bits 0:1 - Peripheral Block Enable

pub fn rxdmaen(&self) -> RXDMAENR[src]

Bit 2 - Receiver DMA ENable for data flow

pub fn rxsteo(&self) -> RXSTEOR[src]

Bit 3 - STerEO Mode

pub fn drfmt(&self) -> DRFMTR[src]

Bits 4:5 - RX Data format

pub fn pmsk(&self) -> PMSKR[src]

Bit 6 - Mask Parity error bit

pub fn vmsk(&self) -> VMSKR[src]

Bit 7 - Mask of Validity bit

pub fn cumsk(&self) -> CUMSKR[src]

Bit 8 - Mask of channel status and user bits

pub fn ptmsk(&self) -> PTMSKR[src]

Bit 9 - Mask of Preamble Type bits

pub fn cbdmaen(&self) -> CBDMAENR[src]

Bit 10 - Control Buffer DMA ENable for control flow

pub fn chsel(&self) -> CHSELR[src]

Bit 11 - Channel Selection

pub fn nbtr(&self) -> NBTRR[src]

Bits 12:13 - Maximum allowed re-tries during synchronization phase

pub fn wfa(&self) -> WFAR[src]

Bit 14 - Wait For Activity

pub fn insel(&self) -> INSELR[src]

Bits 16:18 - input selection

pub fn cksen(&self) -> CKSENR[src]

Bit 20 - Symbol Clock Enable

pub fn cksbkpen(&self) -> CKSBKPENR[src]

Bit 21 - Backup Symbol Clock Enable

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync 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