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

Bits 0:1 - Peripheral Block Enable

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

Bit 2 - Receiver DMA ENable for data flow

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

Bit 3 - STerEO Mode

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

Bits 4:5 - RX Data format

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

Bit 6 - Mask Parity error bit

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

Bit 7 - Mask of Validity bit

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

Bit 8 - Mask of channel status and user bits

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

Bit 9 - Mask of Preamble Type bits

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

Bit 10 - Control Buffer DMA ENable for control flow

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

Bit 11 - Channel Selection

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

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

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

Bit 14 - Wait For Activity

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

Bits 16:18 - input selection

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

Bit 20 - Symbol Clock Enable

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

Bit 21 - Backup Symbol Clock Enable

Auto Trait Implementations

impl Unpin for W

impl Send for W

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