[][src]Struct efm32hg309f64::msc::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub ctrl: CTRL,
    pub readctrl: READCTRL,
    pub writectrl: WRITECTRL,
    pub writecmd: WRITECMD,
    pub addrb: ADDRB,
    pub wdata: WDATA,
    pub status: STATUS,
    pub if_: IF,
    pub ifs: IFS,
    pub ifc: IFC,
    pub ien: IEN,
    pub lock: LOCK,
    pub cmd: CMD,
    pub cachehits: CACHEHITS,
    pub cachemisses: CACHEMISSES,
    pub timebase: TIMEBASE,
    pub masslock: MASSLOCK,
    pub irqlatency: IRQLATENCY,
    // some fields omitted
}

Register block

Fields

ctrl: CTRL

0x00 - Memory System Control Register

readctrl: READCTRL

0x04 - Read Control Register

writectrl: WRITECTRL

0x08 - Write Control Register

writecmd: WRITECMD

0x0c - Write Command Register

addrb: ADDRB

0x10 - Page Erase/Write Address Buffer

wdata: WDATA

0x18 - Write Data Register

status: STATUS

0x1c - Status Register

if_: IF

0x2c - Interrupt Flag Register

ifs: IFS

0x30 - Interrupt Flag Set Register

ifc: IFC

0x34 - Interrupt Flag Clear Register

ien: IEN

0x38 - Interrupt Enable Register

lock: LOCK

0x3c - Configuration Lock Register

cmd: CMD

0x40 - Command Register

cachehits: CACHEHITS

0x44 - Cache Hits Performance Counter

cachemisses: CACHEMISSES

0x48 - Cache Misses Performance Counter

timebase: TIMEBASE

0x50 - Flash Write and Erase Timebase

masslock: MASSLOCK

0x54 - Mass Erase Lock Register

irqlatency: IRQLATENCY

0x58 - Irq Latency Register

Auto Trait Implementations

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self