[][src]Struct xmc1100::shs0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub id: ID,
    pub shscfg: SHSCFG,
    pub stepcfg: STEPCFG,
    pub loop_: LOOP,
    pub timcfg0: TIMCFG0,
    pub timcfg1: TIMCFG1,
    pub calctr: CALCTR,
    pub calgc0: CALGC0,
    pub calgc1: CALGC1,
    pub gnctr00: GNCTR00,
    pub gnctr10: GNCTR10,
    // some fields omitted
}

Register block

Fields

id: ID

0x08 - Module Identification Register

shscfg: SHSCFG

0x40 - SHS Configuration Register

stepcfg: STEPCFG

0x44 - Stepper Configuration Register

loop_: LOOP

0x50 - Loop Control Register

timcfg0: TIMCFG0

0x80 - Timing Configuration Register 0

timcfg1: TIMCFG1

0x84 - Timing Configuration Register 1

calctr: CALCTR

0xbc - Calibration Control Register

calgc0: CALGC0

0xc0 - Gain Calibration Control Register 0

calgc1: CALGC1

0xc4 - Gain Calibration Control Register 1

gnctr00: GNCTR00

0x180 - Gain Control Register 00

gnctr10: GNCTR10

0x190 - Gain Control Register 10

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.