[][src]Enum xmc4100::ppb::mpu_ctrl::PRIVDEFENA_A

pub enum PRIVDEFENA_A {
    VALUE1,
    VALUE2,
}

Enables privileged software access to the default memory map

Value on reset: 0

Variants

VALUE1

0: If the MPU is enabled, disables use of the default memory map. Any memory access to a location not covered by any enabled region causes a fault.

VALUE2

1: If the MPU is enabled, enables use of the default memory map as a background region for privileged software accesses.

Trait Implementations

impl Clone for PRIVDEFENA_A[src]

impl Copy for PRIVDEFENA_A[src]

impl Debug for PRIVDEFENA_A[src]

impl From<PRIVDEFENA_A> for bool[src]

impl PartialEq<PRIVDEFENA_A> for PRIVDEFENA_A[src]

impl StructuralPartialEq for PRIVDEFENA_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.