[][src]Struct stm32h7::stm32h743::dfsdm::dfsdm_chcfg6r1::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 sitp(&self) -> SITPR[src]

Bits 0:1 - Serial interface type for channel 6

pub fn spicksel(&self) -> SPICKSELR[src]

Bits 2:3 - SPI clock select for channel 6

pub fn scden(&self) -> SCDENR[src]

Bit 5 - Short-circuit detector enable on channel 6

pub fn ckaben(&self) -> CKABENR[src]

Bit 6 - Clock absence detector enable on channel 6

pub fn chen(&self) -> CHENR[src]

Bit 7 - Channel 6 enable

pub fn chinsel(&self) -> CHINSELR[src]

Bit 8 - Channel inputs selection

pub fn datmpx(&self) -> DATMPXR[src]

Bits 12:13 - Input data multiplexer for channel 6

pub fn datpack(&self) -> DATPACKR[src]

Bits 14:15 - Data packing mode in DFSDM_CHDATINyR register

pub fn ckoutdiv(&self) -> CKOUTDIVR[src]

Bits 16:23 - Output serial clock divider

pub fn ckoutsrc(&self) -> CKOUTSRCR[src]

Bit 30 - Output serial clock source selection

pub fn dfsdmen(&self) -> DFSDMENR[src]

Bit 31 - Global enable for DFSDM interface

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