[][src]Struct stm32wb_pac::dmamux1::c3cr::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 sync_id(&self) -> SYNC_IDR[src]

Bits 24:28 - SYNC_ID

pub fn nbreq(&self) -> NBREQR[src]

Bits 19:23 - Nb request

pub fn spol(&self) -> SPOLR[src]

Bits 17:18 - Sync polarity

pub fn se(&self) -> SER[src]

Bit 16 - Synchronization enable

pub fn ege(&self) -> EGER[src]

Bit 9 - Event Generation Enable

pub fn soie(&self) -> SOIER[src]

Bit 8 - Synchronization Overrun Interrupt Enable

pub fn dmareq_id(&self) -> DMAREQ_IDR[src]

Bits 0:7 - DMA Request ID

Auto Trait Implementations

impl Send for R

impl Sync for R

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