[][src]Struct efr32xg1::emu::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub status: STATUS, pub lock: LOCK, pub ram0ctrl: RAM0CTRL, pub cmd: CMD, pub em4ctrl: EM4CTRL, pub templimits: TEMPLIMITS, pub temp: TEMP, pub if_: IF, pub ifs: IFS, pub ifc: IFC, pub ien: IEN, pub pwrlock: PWRLOCK, pub pwrcfg: PWRCFG, pub pwrctrl: PWRCTRL, pub dcdcctrl: DCDCCTRL, pub dcdcmiscctrl: DCDCMISCCTRL, pub dcdczdetctrl: DCDCZDETCTRL, pub dcdcclimctrl: DCDCCLIMCTRL, pub dcdclncompctrl: DCDCLNCOMPCTRL, pub dcdclnvctrl: DCDCLNVCTRL, pub dcdctiming: DCDCTIMING, pub dcdclpvctrl: DCDCLPVCTRL, pub dcdclpctrl: DCDCLPCTRL, pub dcdclnfreqctrl: DCDCLNFREQCTRL, pub dcdcsync: DCDCSYNC, pub vmonavddctrl: VMONAVDDCTRL, pub vmonaltavddctrl: VMONALTAVDDCTRL, pub vmondvddctrl: VMONDVDDCTRL, pub vmonio0ctrl: VMONIO0CTRL, pub biasconf: BIASCONF, pub testlock: TESTLOCK, pub biastestctrl: BIASTESTCTRL, // some fields omitted }

Register block

Fields

ctrl: CTRL

0x00 - Control Register

status: STATUS

0x04 - Status Register

lock: LOCK

0x08 - Configuration Lock Register

ram0ctrl: RAM0CTRL

0x0c - Memory Control Register

cmd: CMD

0x10 - Command Register

em4ctrl: EM4CTRL

0x18 - EM4 Control Register

templimits: TEMPLIMITS

0x1c - Temperature Limits for Interrupt Generation

temp: TEMP

0x20 - Value of Last Temperature Measurement

if_: IF

0x24 - Interrupt Flag Register

ifs: IFS

0x28 - Interrupt Flag Set Register

ifc: IFC

0x2c - Interrupt Flag Clear Register

ien: IEN

0x30 - Interrupt Enable Register

pwrlock: PWRLOCK

0x34 - Regulator and Supply Lock Register

pwrcfg: PWRCFG

0x38 - Power Configuration Register

pwrctrl: PWRCTRL

0x3c - Power Control Register

dcdcctrl: DCDCCTRL

0x40 - DCDC Control

dcdcmiscctrl: DCDCMISCCTRL

0x4c - DCDC Miscellaneous Control Register

dcdczdetctrl: DCDCZDETCTRL

0x50 - DCDC Power Train NFET Zero Current Detector Control Register

dcdcclimctrl: DCDCCLIMCTRL

0x54 - DCDC Power Train PFET Current Limiter Control Register

dcdclncompctrl: DCDCLNCOMPCTRL

0x58 - DCDC Low Noise Compensator Control Register

dcdclnvctrl: DCDCLNVCTRL

0x5c - DCDC Low Noise Voltage Register

dcdctiming: DCDCTIMING

0x60 - DCDC Controller Timing Value Register

dcdclpvctrl: DCDCLPVCTRL

0x64 - DCDC Low Power Voltage Register

dcdclpctrl: DCDCLPCTRL

0x6c - DCDC Low Power Control Register

dcdclnfreqctrl: DCDCLNFREQCTRL

0x70 - DCDC Low Noise Controller Frequency Control

dcdcsync: DCDCSYNC

0x78 - DCDC Read Status Register

vmonavddctrl: VMONAVDDCTRL

0x90 - VMON AVDD Channel Control

vmonaltavddctrl: VMONALTAVDDCTRL

0x94 - Alternate VMON AVDD Channel Control

vmondvddctrl: VMONDVDDCTRL

0x98 - VMON DVDD Channel Control

vmonio0ctrl: VMONIO0CTRL

0x9c - VMON IOVDD0 Channel Control

biasconf: BIASCONF

0x164 - Configurations Related to the Bias

testlock: TESTLOCK

0x190 - Test Lock Register

biastestctrl: BIASTESTCTRL

0x19c - Test Control Register for Regulator and BIAS

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

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

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

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