[]Enum nucleo_f401re::pac::rcc::ahb1lpenr::DMA2LPEN_A

pub enum DMA2LPEN_A {
    DISABLEDINSLEEP,
    ENABLEDINSLEEP,
}

DMA2 clock enable during Sleep mode

Value on reset: 1

Variants

DISABLEDINSLEEP

0: Selected module is disabled during Sleep mode

ENABLEDINSLEEP

1: Selected module is enabled during Sleep mode

Trait Implementations

impl Clone for DMA2LPEN_A

impl Copy for DMA2LPEN_A

impl Debug for DMA2LPEN_A

impl PartialEq<DMA2LPEN_A> for DMA2LPEN_A

impl StructuralPartialEq for DMA2LPEN_A

Auto Trait Implementations

impl Send for DMA2LPEN_A

impl Sync for DMA2LPEN_A

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