[][src]Enum tm4c129x::hib::tpctl::MEMCLR_A

pub enum MEMCLR_A {
    NONE,
    LOW32,
    HIGH32,
    ALL,
}

HIB Memory Clear on Tamper Event

Value on reset: 0

Variants

NONE

0: Do not Clear HIB memory on tamper event

LOW32

1: Clear Lower 32 Bytes of HIB memory on tamper event

HIGH32

2: Clear upper 32 Bytes of HIB memory on tamper event

ALL

3: Clear all HIB memory on tamper event

Trait Implementations

impl From<MEMCLR_A> for u8[src]

impl Debug for MEMCLR_A[src]

impl PartialEq<MEMCLR_A> for MEMCLR_A[src]

impl Copy for MEMCLR_A[src]

impl StructuralPartialEq for MEMCLR_A[src]

impl Clone for MEMCLR_A[src]

Auto Trait Implementations

impl Unpin for MEMCLR_A

impl Send for MEMCLR_A

impl Sync for MEMCLR_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]

impl<T> Same<T> for T

type Output = T

Should always be Self