[][src]Struct wip_s32k144::sim::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub chipctl: CHIPCTL,
    pub ftmopt0: FTMOPT0,
    pub lpoclks: LPOCLKS,
    pub adcopt: ADCOPT,
    pub ftmopt1: FTMOPT1,
    pub misctrl0: MISCTRL0,
    pub sdid: SDID,
    pub platcgc: PLATCGC,
    pub fcfg1: FCFG1,
    pub uidh: UIDH,
    pub uidmh: UIDMH,
    pub uidml: UIDML,
    pub uidl: UIDL,
    pub clkdiv4: CLKDIV4,
    pub misctrl1: MISCTRL1,
    // some fields omitted
}

Register block

Fields

chipctl: CHIPCTL

0x04 - Chip Control register

ftmopt0: FTMOPT0

0x0c - FTM Option Register 0

lpoclks: LPOCLKS

0x10 - LPO Clock Select Register

adcopt: ADCOPT

0x18 - ADC Options Register

ftmopt1: FTMOPT1

0x1c - FTM Option Register 1

misctrl0: MISCTRL0

0x20 - Miscellaneous control register 0

sdid: SDID

0x24 - System Device Identification Register

platcgc: PLATCGC

0x40 - Platform Clock Gating Control Register

fcfg1: FCFG1

0x4c - Flash Configuration Register 1

uidh: UIDH

0x54 - Unique Identification Register High

uidmh: UIDMH

0x58 - Unique Identification Register Mid-High

uidml: UIDML

0x5c - Unique Identification Register Mid Low

uidl: UIDL

0x60 - Unique Identification Register Low

clkdiv4: CLKDIV4

0x68 - System Clock Divider Register 4

misctrl1: MISCTRL1

0x6c - Miscellaneous Control register 1

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.