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

#[repr(u8)]pub enum CPM_A {
    CPM_0,
    CPM_1,
    CPM_4,
    CPM_5,
    CPM_8,
    CPM_9,
    CPM_16,
    CPM_17,
    CPM_20,
    CPM_21,
    CPM_24,
    CPM_25,
    CPM_32,
}

Current Power Mode

Value on reset: 0

Variants

CPM_0

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

CPM_1

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

CPM_4

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

CPM_5

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

CPM_8

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

CPM_9

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

CPM_16

16: LDO based LPM0 at Core voltage setting 0.

CPM_17

17: LDO based LPM0 at Core voltage setting 1.

CPM_20

20: DC-DC based LPM0 at Core voltage setting 0.

CPM_21

21: DC-DC based LPM0 at Core voltage setting 1.

CPM_24

24: Low-Frequency LPM0 at Core voltage setting 0.

CPM_25

25: Low-Frequency LPM0 at Core voltage setting 1.

CPM_32

32: LPM3

Trait Implementations

impl Clone for CPM_A[src]

impl Copy for CPM_A[src]

impl Debug for CPM_A[src]

impl PartialEq<CPM_A> for CPM_A[src]

impl StructuralPartialEq for CPM_A[src]

Auto Trait Implementations

impl Send for CPM_A

impl Sync for CPM_A

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