[][src]Enum xmc4100::ppb::mpu_rbar::VALID_A

pub enum VALID_A {
    VALUE1,
    VALUE2,
}

MPU Region Number valid bit

Value on reset: 0

Variants

VALUE1

0: MPU_RNR not changed, and the processor: - updates the base address for the region specified in the MPU_RNR - ignores the value of the REGION field

VALUE2

1: the processor: - updates the value of the MPU_RNR to the value of the REGION field - updates the base address for the region specified in the REGION field.

Trait Implementations

impl Clone for VALID_A[src]

impl Copy for VALID_A[src]

impl Debug for VALID_A[src]

impl From<VALID_A> for bool[src]

impl PartialEq<VALID_A> for VALID_A[src]

impl StructuralPartialEq for VALID_A[src]

Auto Trait Implementations

impl Send for VALID_A

impl Sync for VALID_A

impl Unpin for VALID_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.