[][src]Struct xmc4800::dsd_ch0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub modcfg: MODCFG,
    pub dicfg: DICFG,
    pub fcfgc: FCFGC,
    pub fcfga: FCFGA,
    pub iwctr: IWCTR,
    pub boundsel: BOUNDSEL,
    pub resm: RESM,
    pub offm: OFFM,
    pub resa: RESA,
    pub tstmp: TSTMP,
    pub cgsync: CGSYNC,
    pub rectcfg: RECTCFG,
    // some fields omitted
}

Register block

Fields

modcfg: MODCFG

0x00 - Modulator Configuration Register

dicfg: DICFG

0x08 - Demodulator Input Configuration Register

fcfgc: FCFGC

0x14 - Filter Configuration Register, Main CIC Filter

fcfga: FCFGA

0x18 - Filter Configuration Register, Auxiliary Filter

iwctr: IWCTR

0x20 - Integration Window Control Register

boundsel: BOUNDSEL

0x28 - Boundary Select Register

resm: RESM

0x30 - Result Register, Main Filter

offm: OFFM

0x38 - Offset Register, Main Filter

resa: RESA

0x40 - Result Register, Auxiliary Filter

tstmp: TSTMP

0x50 - Time-Stamp Register

cgsync: CGSYNC

0xa0 - Carrier Generator Synchronization Register

rectcfg: RECTCFG

0xa8 - Rectification Configuration Register

Auto Trait Implementations

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