[][src]Enum k210_pac::plic::targets::threshold::PRIORITY_A

pub enum PRIORITY_A {
    NEVER,
    P1,
    P2,
    P3,
    P4,
    P5,
    P6,
    P7,
}

Value on reset: 0

Variants

NEVER

0: Never interrupt

P1

1: Priority 1

P2

2: Priority 2

P3

3: Priority 3

P4

4: Priority 4

P5

5: Priority 5

P6

6: Priority 6

P7

7: Priority 7

Trait Implementations

impl From<PRIORITY_A> for u8[src]

impl PartialEq<PRIORITY_A> for PRIORITY_A[src]

impl Debug for PRIORITY_A[src]

impl Copy for PRIORITY_A[src]

impl Clone for PRIORITY_A[src]

Auto Trait Implementations

impl Unpin for PRIORITY_A

impl Send for PRIORITY_A

impl Sync for PRIORITY_A

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<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]