[][src]Struct xmc4100::hrpwm0_csg0::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub dci: DCI,
    pub ies: IES,
    pub sc: SC,
    pub pc: PC,
    pub dsv1: DSV1,
    pub dsv2: DSV2,
    pub sdsv1: SDSV1,
    pub spc: SPC,
    pub cc: CC,
    pub plc: PLC,
    pub blv: BLV,
    pub sre: SRE,
    pub srs: SRS,
    pub sws: SWS,
    pub swc: SWC,
    pub istat: ISTAT,
}

Register block

Fields

dci: DCI

0x00 - External input selection

ies: IES

0x04 - External input selection

sc: SC

0x08 - Slope generation control

pc: PC

0x0c - Pulse swallow configuration

dsv1: DSV1

0x10 - DAC reference value 1

dsv2: DSV2

0x14 - DAC reference value 1

sdsv1: SDSV1

0x18 - Shadow reference value 1

spc: SPC

0x1c - Shadow Pulse swallow value

cc: CC

0x20 - Comparator configuration

plc: PLC

0x24 - Passive level configuration

blv: BLV

0x28 - Comparator blanking value

sre: SRE

0x2c - Service request enable

srs: SRS

0x30 - Service request line selector

sws: SWS

0x34 - Service request SW set

swc: SWC

0x38 - Service request SW clear

istat: ISTAT

0x3c - Service request status

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.