Struct PLIC_Type

Source
#[repr(C)]
pub struct PLIC_Type {
Show 25 fields pub RESERVED0: u32, pub SOURCE_PRIORITY: [u32; 187], pub RESERVED1: [u32; 836], pub PENDING_ARRAY: [u32; 6], pub RESERVED2: [u32; 1018], pub HART0_MMODE_ENA: [u32; 6], pub RESERVED3: [u32; 26], pub HART1_MMODE_ENA: [u32; 6], pub RESERVED4a: [u32; 26], pub HART1_SMODE_ENA: [u32; 6], pub RESERVED4: [u32; 26], pub HART2_MMODE_ENA: [u32; 6], pub RESERVED5a: [u32; 26], pub HART2_SMODE_ENA: [u32; 6], pub RESERVED5: [u32; 26], pub HART3_MMODE_ENA: [u32; 6], pub RESERVED6a: [u32; 26], pub HART3_SMODE_ENA: [u32; 6], pub RESERVED6: [u32; 26], pub HART4_MMODE_ENA: [u32; 6], pub RESERVED7a: [u32; 26], pub HART4_SMODE_ENA: [u32; 6], pub RESERVED7: [u32; 26], pub RESERVED8: [u32; 521952], pub TARGET: [IRQ_Target_Type; 9],
}

Fields§

§RESERVED0: u32§SOURCE_PRIORITY: [u32; 187]§RESERVED1: [u32; 836]§PENDING_ARRAY: [u32; 6]§RESERVED2: [u32; 1018]§HART0_MMODE_ENA: [u32; 6]§RESERVED3: [u32; 26]§HART1_MMODE_ENA: [u32; 6]§RESERVED4a: [u32; 26]§HART1_SMODE_ENA: [u32; 6]§RESERVED4: [u32; 26]§HART2_MMODE_ENA: [u32; 6]§RESERVED5a: [u32; 26]§HART2_SMODE_ENA: [u32; 6]§RESERVED5: [u32; 26]§HART3_MMODE_ENA: [u32; 6]§RESERVED6a: [u32; 26]§HART3_SMODE_ENA: [u32; 6]§RESERVED6: [u32; 26]§HART4_MMODE_ENA: [u32; 6]§RESERVED7a: [u32; 26]§HART4_SMODE_ENA: [u32; 6]§RESERVED7: [u32; 26]§RESERVED8: [u32; 521952]§TARGET: [IRQ_Target_Type; 9]

Trait Implementations§

Source§

impl Clone for PLIC_Type

Source§

fn clone(&self) -> PLIC_Type

Returns a duplicate of the value. Read more
1.0.0 · Source§

const fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for PLIC_Type

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for PLIC_Type

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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. 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.