[][src]Enum lpc54606_pac::etm::idr::SECURITYEXTENSIONSUPPORT_A

pub enum SECURITYEXTENSIONSUPPORT_A {
    SECURITYEXTENSIONSUPPORT_0,
    SECURITYEXTENSIONSUPPORT_1,
}

Security Extensions support. The value of this bit is 0, indicating that the ETM behaves as if the processor is in Secure state at all times.

Value on reset: 0

Variants

SECURITYEXTENSIONSUPPORT_0

0: The ETM behaves as if the processor is in Secure state at all times.

SECURITYEXTENSIONSUPPORT_1

1: The ARM architecture Security Extensions are implemented by the processor.

Trait Implementations

impl Clone for SECURITYEXTENSIONSUPPORT_A[src]

impl Copy for SECURITYEXTENSIONSUPPORT_A[src]

impl Debug for SECURITYEXTENSIONSUPPORT_A[src]

impl From<SECURITYEXTENSIONSUPPORT_A> for bool[src]

impl PartialEq<SECURITYEXTENSIONSUPPORT_A> for SECURITYEXTENSIONSUPPORT_A[src]

impl StructuralPartialEq for SECURITYEXTENSIONSUPPORT_A[src]

Auto Trait Implementations

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.