RegisterBlock

Struct RegisterBlock 

Source
#[repr(C)]
pub struct RegisterBlock {
Show 15 fields pub cfg_reg0: CFG_REG0, pub cfg_reg1: CFG_REG1, pub cfg_reg2: CFG_REG2, pub cfg_reg3: CFG_REG3, pub cfg_reg4: CFG_REG4, pub cfg_reg5: CFG_REG5, pub cfg_reg6: CFG_REG6, pub cfg_reg7: CFG_REG7, pub sys_cfgdata_rtn: SYS_CFGDATA_RTN, pub sys_cfgdata_out: SYS_CFGDATA_OUT, pub sys_cfgctrl: SYS_CFGCTRL, pub sys_cfgstat: SYS_CFGSTAT, pub dll: DLL, pub aid: AID, pub id: ID, /* private fields */
}
Expand description

Register block

Fields§

§cfg_reg0: CFG_REG0

0x00 -

§cfg_reg1: CFG_REG1

0x04 -

§cfg_reg2: CFG_REG2

0x08 -

§cfg_reg3: CFG_REG3

0x0c -

§cfg_reg4: CFG_REG4

0x10 -

§cfg_reg5: CFG_REG5

0x14 -

§cfg_reg6: CFG_REG6

0x18 -

§cfg_reg7: CFG_REG7

0x1c -

§sys_cfgdata_rtn: SYS_CFGDATA_RTN

0xa0 -

§sys_cfgdata_out: SYS_CFGDATA_OUT

0xa4 -

§sys_cfgctrl: SYS_CFGCTRL

0xa8 -

§sys_cfgstat: SYS_CFGSTAT

0xac -

§dll: DLL

0x100 - DLL Lock Register

§aid: AID

0xff8 -

§id: ID

0xffc -

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.