Enum msp432p401r::pcm::pcmctl0::LPMR_A[][src]

#[repr(u8)]pub enum LPMR_A {
    LPMR_0,
    LPMR_10,
    LPMR_12,
}

Low Power Mode Request

Value on reset: 0

Variants

LPMR_0

0: LPM3. Core voltage setting is similar to the mode from which LPM3 is entered.

LPMR_10

10: LPM3.5. Core voltage setting 0.

LPMR_12

12: LPM4.5

Trait Implementations

impl Clone for LPMR_A[src]

impl Copy for LPMR_A[src]

impl Debug for LPMR_A[src]

impl PartialEq<LPMR_A> for LPMR_A[src]

impl StructuralPartialEq for LPMR_A[src]

Auto Trait Implementations

impl Send for LPMR_A

impl Sync for LPMR_A

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