RegisterBlock

Struct RegisterBlock 

Source
pub struct RegisterBlock {
Show 17 fields pub struct_: [STRUCT; 16], pub intr_struct0: INTR_STRUCT, pub intr_struct1: INTR_STRUCT, pub intr_struct2: INTR_STRUCT, pub intr_struct3: INTR_STRUCT, pub intr_struct4: INTR_STRUCT, pub intr_struct5: INTR_STRUCT, pub intr_struct6: INTR_STRUCT, pub intr_struct7: INTR_STRUCT, pub intr_struct8: INTR_STRUCT, pub intr_struct9: INTR_STRUCT, pub intr_struct10: INTR_STRUCT, pub intr_struct11: INTR_STRUCT, pub intr_struct12: INTR_STRUCT, pub intr_struct13: INTR_STRUCT, pub intr_struct14: INTR_STRUCT, pub intr_struct15: INTR_STRUCT, /* private fields */
}
Expand description

Register block

Fields§

§struct_: [STRUCT; 16]

0x00..0x200 - IPC structure

§intr_struct0: INTR_STRUCT

0x1000..0x1010 - IPC interrupt structure

§intr_struct1: INTR_STRUCT

0x1020..0x1030 - IPC interrupt structure

§intr_struct2: INTR_STRUCT

0x1040..0x1050 - IPC interrupt structure

§intr_struct3: INTR_STRUCT

0x1060..0x1070 - IPC interrupt structure

§intr_struct4: INTR_STRUCT

0x1080..0x1090 - IPC interrupt structure

§intr_struct5: INTR_STRUCT

0x10a0..0x10b0 - IPC interrupt structure

§intr_struct6: INTR_STRUCT

0x10c0..0x10d0 - IPC interrupt structure

§intr_struct7: INTR_STRUCT

0x10e0..0x10f0 - IPC interrupt structure

§intr_struct8: INTR_STRUCT

0x1100..0x1110 - IPC interrupt structure

§intr_struct9: INTR_STRUCT

0x1120..0x1130 - IPC interrupt structure

§intr_struct10: INTR_STRUCT

0x1140..0x1150 - IPC interrupt structure

§intr_struct11: INTR_STRUCT

0x1160..0x1170 - IPC interrupt structure

§intr_struct12: INTR_STRUCT

0x1180..0x1190 - IPC interrupt structure

§intr_struct13: INTR_STRUCT

0x11a0..0x11b0 - IPC interrupt structure

§intr_struct14: INTR_STRUCT

0x11c0..0x11d0 - IPC interrupt structure

§intr_struct15: INTR_STRUCT

0x11e0..0x11f0 - IPC interrupt structure

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.