Enum msp432p401r::eusci_b2::ucbx_ctlw0::UCMM_A[][src]

pub enum UCMM_A {
    UCMM_0,
    UCMM_1,
}

Multi-master environment select

Value on reset: 0

Variants

UCMM_0

0: Single master environment. There is no other master in the system. The address compare unit is disabled.

UCMM_1

1: Multi-master environment

Trait Implementations

impl Clone for UCMM_A[src]

impl Copy for UCMM_A[src]

impl Debug for UCMM_A[src]

impl PartialEq<UCMM_A> for UCMM_A[src]

impl StructuralPartialEq for UCMM_A[src]

Auto Trait Implementations

impl Send for UCMM_A

impl Sync for UCMM_A

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