[][src]Struct e310x::plic::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub priority: [PRIORITY; 52],
    pub pending: [PENDING; 2],
    pub enable: [ENABLE; 2],
    pub threshold: THRESHOLD,
    pub claim: CLAIM,
    // some fields omitted
}

Register block

Fields

priority: [PRIORITY; 52]

0x00 - Interrupt Priority Register

pending: [PENDING; 2]

0x1000 - Interrupt Pending Register

enable: [ENABLE; 2]

0x2000 - Interrupt Enable Register

threshold: THRESHOLD

0x200000 - Priority Threshold Register

claim: CLAIM

0x200004 - Claim/Complete Register

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]