[][src]Struct xmc4200::hrpwm0_hrc0::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub gc: GC,
    pub pl: PL,
    pub gsel: GSEL,
    pub tsel: TSEL,
    pub sc: SC,
    pub dcr: DCR,
    pub dcf: DCF,
    pub cr1: CR1,
    pub cr2: CR2,
    pub ssc: SSC,
    pub sdcr: SDCR,
    pub sdcf: SDCF,
    pub scr1: SCR1,
    pub scr2: SCR2,
}

Register block

Fields

gc: GC

0x00 - HRC mode configuration

pl: PL

0x04 - HRC output passive level

gsel: GSEL

0x08 - HRC global control selection

tsel: TSEL

0x0c - HRC timer selection

sc: SC

0x10 - HRC current source for shadow

dcr: DCR

0x14 - HRC dead time rising value

dcf: DCF

0x18 - HRC dead time falling value

cr1: CR1

0x1c - HRC rising edge value

cr2: CR2

0x20 - HRC falling edge value

ssc: SSC

0x24 - HRC next source for shadow

sdcr: SDCR

0x28 - HRC shadow dead time rising

sdcf: SDCF

0x2c - HRC shadow dead time falling

scr1: SCR1

0x30 - HRC shadow rising edge value

scr2: SCR2

0x34 - HRC shadow falling edge value

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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