[][src]Enum stm32h7xx_hal::device::dmamux2::ccr::SPOLW

pub enum SPOLW {
    NOEDGE,
    RISINGEDGE,
    FALLINGEDGE,
    BOTHEDGES,
}

Values that can be written to the field SPOL

Variants

NOEDGE

No event, i.e. no synchronization nor detection

RISINGEDGE

Rising edge

FALLINGEDGE

Falling edge

BOTHEDGES

Rising and falling edges

Trait Implementations

impl PartialEq<SPOLW> for SPOLW[src]

impl Copy for SPOLW[src]

impl Clone for SPOLW[src]

impl Debug for SPOLW[src]

Auto Trait Implementations

impl Unpin for SPOLW

impl Send for SPOLW

impl Sync for SPOLW

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self