[][src]Enum lpc54606_pac::system_control::cfsr::INVPC_A

pub enum INVPC_A {
    INVPC_0,
    INVPC_1,
}

no description available

Value on reset: 0

Variants

INVPC_0

0: no invalid PC load UsageFault

INVPC_1

1: the processor has attempted an illegal load of EXC_RETURN to the PC

Trait Implementations

impl Clone for INVPC_A[src]

impl Copy for INVPC_A[src]

impl Debug for INVPC_A[src]

impl From<INVPC_A> for bool[src]

impl PartialEq<INVPC_A> for INVPC_A[src]

impl StructuralPartialEq for INVPC_A[src]

Auto Trait Implementations

impl Send for INVPC_A

impl Sync for INVPC_A

impl Unpin for INVPC_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> Same<T> for T

type Output = T

Should always be Self

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.