RegisterBlock

Struct RegisterBlock 

Source
#[repr(C)]
pub struct RegisterBlock {
Show 25 fields pub reg_key_slot_6_w0: REG_KEY_SLOT_6_W0, pub reg_key_slot_6_w1: REG_KEY_SLOT_6_W1, pub reg_key_slot_6_w2: REG_KEY_SLOT_6_W2, pub reg_key_slot_6_w3: REG_KEY_SLOT_6_W3, pub reg_key_slot_7_w0: REG_KEY_SLOT_7_W0, pub reg_key_slot_7_w1: REG_KEY_SLOT_7_W1, pub reg_key_slot_7_w2: REG_KEY_SLOT_7_W2, pub reg_key_slot_7_w3: REG_KEY_SLOT_7_W3, pub reg_key_slot_8_w0: REG_KEY_SLOT_8_W0, pub reg_key_slot_8_w1: REG_KEY_SLOT_8_W1, pub reg_key_slot_8_w2: REG_KEY_SLOT_8_W2, pub reg_key_slot_8_w3: REG_KEY_SLOT_8_W3, pub reg_key_slot_9_w0: REG_KEY_SLOT_9_W0, pub reg_key_slot_9_w1: REG_KEY_SLOT_9_W1, pub reg_key_slot_9_w2: REG_KEY_SLOT_9_W2, pub reg_key_slot_9_w3: REG_KEY_SLOT_9_W3, pub reg_key_slot_10_w0: REG_KEY_SLOT_10_W0, pub reg_key_slot_10_w1: REG_KEY_SLOT_10_W1, pub reg_key_slot_10_w2: REG_KEY_SLOT_10_W2, pub reg_key_slot_10_w3: REG_KEY_SLOT_10_W3, pub reg_key_slot_11_w0: REG_KEY_SLOT_11_W0, pub reg_key_slot_11_w1: REG_KEY_SLOT_11_W1, pub reg_key_slot_11_w2: REG_KEY_SLOT_11_W2, pub reg_key_slot_11_w3: REG_KEY_SLOT_11_W3, pub reg_data_1_lock: REG_DATA_1_LOCK,
}
Expand description

Register block

Fields§

§reg_key_slot_6_w0: REG_KEY_SLOT_6_W0

0x00 - reg_key_slot_6_w0.

§reg_key_slot_6_w1: REG_KEY_SLOT_6_W1

0x04 - reg_key_slot_6_w1.

§reg_key_slot_6_w2: REG_KEY_SLOT_6_W2

0x08 - reg_key_slot_6_w2.

§reg_key_slot_6_w3: REG_KEY_SLOT_6_W3

0x0c - reg_key_slot_6_w3.

§reg_key_slot_7_w0: REG_KEY_SLOT_7_W0

0x10 - reg_key_slot_7_w0.

§reg_key_slot_7_w1: REG_KEY_SLOT_7_W1

0x14 - reg_key_slot_7_w1.

§reg_key_slot_7_w2: REG_KEY_SLOT_7_W2

0x18 - reg_key_slot_7_w2.

§reg_key_slot_7_w3: REG_KEY_SLOT_7_W3

0x1c - reg_key_slot_7_w3.

§reg_key_slot_8_w0: REG_KEY_SLOT_8_W0

0x20 - reg_key_slot_8_w0.

§reg_key_slot_8_w1: REG_KEY_SLOT_8_W1

0x24 - reg_key_slot_8_w1.

§reg_key_slot_8_w2: REG_KEY_SLOT_8_W2

0x28 - reg_key_slot_8_w2.

§reg_key_slot_8_w3: REG_KEY_SLOT_8_W3

0x2c - reg_key_slot_8_w3.

§reg_key_slot_9_w0: REG_KEY_SLOT_9_W0

0x30 - reg_key_slot_9_w0.

§reg_key_slot_9_w1: REG_KEY_SLOT_9_W1

0x34 - reg_key_slot_9_w1.

§reg_key_slot_9_w2: REG_KEY_SLOT_9_W2

0x38 - reg_key_slot_9_w2.

§reg_key_slot_9_w3: REG_KEY_SLOT_9_W3

0x3c - reg_key_slot_9_w3.

§reg_key_slot_10_w0: REG_KEY_SLOT_10_W0

0x40 - reg_key_slot_10_w0.

§reg_key_slot_10_w1: REG_KEY_SLOT_10_W1

0x44 - reg_key_slot_10_w1.

§reg_key_slot_10_w2: REG_KEY_SLOT_10_W2

0x48 - reg_key_slot_10_w2.

§reg_key_slot_10_w3: REG_KEY_SLOT_10_W3

0x4c - reg_key_slot_10_w3.

§reg_key_slot_11_w0: REG_KEY_SLOT_11_W0

0x50 - reg_key_slot_11_w0.

§reg_key_slot_11_w1: REG_KEY_SLOT_11_W1

0x54 - reg_key_slot_11_w1.

§reg_key_slot_11_w2: REG_KEY_SLOT_11_W2

0x58 - reg_key_slot_11_w2.

§reg_key_slot_11_w3: REG_KEY_SLOT_11_W3

0x5c - reg_key_slot_11_w3.

§reg_data_1_lock: REG_DATA_1_LOCK

0x60 - reg_data_1_lock.

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.