[][src]Enum e310x::plic::threshold::PRIORITY_A

#[repr(u8)]
pub enum PRIORITY_A {
    P0,
    P1,
    P2,
    P3,
    P4,
    P5,
    P6,
    P7,
}

Value on reset: 0

Variants

P0

0: Allow interrupts with priority > 0

P1

1: Allow interrupts with priority > 1

P2

2: Allow interrupts with priority > 2

P3

3: Allow interrupts with priority > 3

P4

4: Allow interrupts with priority > 4

P5

5: Allow interrupts with priority > 5

P6

6: Allow interrupts with priority > 6

P7

7: Mask all interrupts

Trait Implementations

impl Clone for PRIORITY_A[src]

impl Copy for PRIORITY_A[src]

impl Debug for PRIORITY_A[src]

impl From<PRIORITY_A> for u8[src]

impl PartialEq<PRIORITY_A> for PRIORITY_A[src]

impl StructuralPartialEq for PRIORITY_A[src]

Auto Trait Implementations

impl Send for PRIORITY_A

impl Sync for PRIORITY_A

impl Unpin for PRIORITY_A

Blanket Implementations

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

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

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

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

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

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> 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.