[][src]Struct stm32h7xx_hal::stm32::dfsdm::dfsdm_chcfg2r1::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 W[src]

Writes raw bits to the register

pub fn sitp(&mut self) -> _SITPW[src]

Bits 0:1 - Serial interface type for channel 2

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

Bits 2:3 - SPI clock select for channel 2

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

Bit 5 - Short-circuit detector enable on channel 2

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

Bit 6 - Clock absence detector enable on channel 2

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

Bit 7 - Channel 2 enable

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

Bit 8 - Channel inputs selection

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

Bits 12:13 - Input data multiplexer for channel 2

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

Bits 14:15 - Data packing mode in DFSDM_CHDATINyR register

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

Bits 16:23 - Output serial clock divider

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

Bit 30 - Output serial clock source selection

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

Bit 31 - Global enable for DFSDM interface

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From<T> for T[src]

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, 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