#[repr(C)]
pub struct RegisterBlock {
Show 16 fields 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,
}
Expand description

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§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.