[][src]Struct rv32m1_ri5cy_pac::sim::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub chipctrl: CHIPCTRL,
    pub sdid: SDID,
    pub fcfg1: FCFG1,
    pub fcfg2: FCFG2,
    pub uidh: UIDH,
    pub uidm: UIDM,
    pub uidl: UIDL,
    pub rfaddrl: RFADDRL,
    pub rfaddrh: RFADDRH,
    pub misc2: MISC2,
    // some fields omitted
}

Register block

Fields

chipctrl: CHIPCTRL

0x04 - Chip Control Register

sdid: SDID

0x24 - System Device Identification Register

fcfg1: FCFG1

0x4c - Flash Configuration Register 1

fcfg2: FCFG2

0x50 - Flash Configuration Register 2

uidh: UIDH

0x58 - Unique Identification Register High

uidm: UIDM

0x5c - Unique Identification Register Mid Middle

uidl: UIDL

0x60 - Unique Identification Register Mid Low

rfaddrl: RFADDRL

0x64 - RF Mac Address Low

rfaddrh: RFADDRH

0x68 - RF MAC Address High

misc2: MISC2

0x70 - MISC2 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]