#[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, /* private fields */
}
Expand description

Register block

Fields§

§reg_key_slot_6_w0: REG_KEY_SLOT_6_W0

0x80 - reg_key_slot_6_w0.

§reg_key_slot_6_w1: REG_KEY_SLOT_6_W1

0x84 - reg_key_slot_6_w1.

§reg_key_slot_6_w2: REG_KEY_SLOT_6_W2

0x88 - reg_key_slot_6_w2.

§reg_key_slot_6_w3: REG_KEY_SLOT_6_W3

0x8c - reg_key_slot_6_w3.

§reg_key_slot_7_w0: REG_KEY_SLOT_7_W0

0x90 - reg_key_slot_7_w0.

§reg_key_slot_7_w1: REG_KEY_SLOT_7_W1

0x94 - reg_key_slot_7_w1.

§reg_key_slot_7_w2: REG_KEY_SLOT_7_W2

0x98 - reg_key_slot_7_w2.

§reg_key_slot_7_w3: REG_KEY_SLOT_7_W3

0x9c - reg_key_slot_7_w3.

§reg_key_slot_8_w0: REG_KEY_SLOT_8_W0

0xa0 - reg_key_slot_8_w0.

§reg_key_slot_8_w1: REG_KEY_SLOT_8_W1

0xa4 - reg_key_slot_8_w1.

§reg_key_slot_8_w2: REG_KEY_SLOT_8_W2

0xa8 - reg_key_slot_8_w2.

§reg_key_slot_8_w3: REG_KEY_SLOT_8_W3

0xac - reg_key_slot_8_w3.

§reg_key_slot_9_w0: REG_KEY_SLOT_9_W0

0xb0 - reg_key_slot_9_w0.

§reg_key_slot_9_w1: REG_KEY_SLOT_9_W1

0xb4 - reg_key_slot_9_w1.

§reg_key_slot_9_w2: REG_KEY_SLOT_9_W2

0xb8 - reg_key_slot_9_w2.

§reg_key_slot_9_w3: REG_KEY_SLOT_9_W3

0xbc - reg_key_slot_9_w3.

§reg_key_slot_10_w0: REG_KEY_SLOT_10_W0

0xc0 - reg_key_slot_10_w0.

§reg_key_slot_10_w1: REG_KEY_SLOT_10_W1

0xc4 - reg_key_slot_10_w1.

§reg_key_slot_10_w2: REG_KEY_SLOT_10_W2

0xc8 - reg_key_slot_10_w2.

§reg_key_slot_10_w3: REG_KEY_SLOT_10_W3

0xcc - reg_key_slot_10_w3.

§reg_key_slot_11_w0: REG_KEY_SLOT_11_W0

0xd0 - reg_key_slot_11_w0.

§reg_key_slot_11_w1: REG_KEY_SLOT_11_W1

0xd4 - reg_key_slot_11_w1.

§reg_key_slot_11_w2: REG_KEY_SLOT_11_W2

0xd8 - reg_key_slot_11_w2.

§reg_key_slot_11_w3: REG_KEY_SLOT_11_W3

0xdc - reg_key_slot_11_w3.

§reg_data_1_lock: REG_DATA_1_LOCK

0xe0 - reg_data_1_lock.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

const: unstable · 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 Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.
source§

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

§

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

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.