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

#[repr(u8)]pub enum AMR_A {
    AMR_0,
    AMR_1,
    AMR_4,
    AMR_5,
    AMR_8,
    AMR_9,
}

Active Mode Request

Value on reset: 0

Variants

AMR_0

0: LDO based Active Mode at Core voltage setting 0.

AMR_1

1: LDO based Active Mode at Core voltage setting 1.

AMR_4

4: DC-DC based Active Mode at Core voltage setting 0.

AMR_5

5: DC-DC based Active Mode at Core voltage setting 1.

AMR_8

8: Low-Frequency Active Mode at Core voltage setting 0.

AMR_9

9: Low-Frequency Active Mode at Core voltage setting 1.

Trait Implementations

impl Clone for AMR_A[src]

impl Copy for AMR_A[src]

impl Debug for AMR_A[src]

impl PartialEq<AMR_A> for AMR_A[src]

impl StructuralPartialEq for AMR_A[src]

Auto Trait Implementations

impl Send for AMR_A

impl Sync for AMR_A

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