Enum nucleo_h7xx::pac::exti::d3pcr3h::PCS88_A[]

#[repr(u8)]pub enum PCS88_A {
    DMA_CH6,
    DMA_CH7,
    LPTIM4,
    LPTIM5,
}

D3 Pending request clear input signal selection on Event input x= truncate N+160/2

Value on reset: 0

Variants

DMA_CH6

0: DMA ch6 event selected as D3 domain pendclear source

DMA_CH7

1: DMA ch7 event selected as D3 domain pendclear source

LPTIM4

2: LPTIM4 out selected as D3 domain pendclear source

LPTIM5

3: LPTIM5 out selected as D3 domain pendclear source

Trait Implementations

impl Clone for PCS88_A

impl Copy for PCS88_A

impl Debug for PCS88_A

impl PartialEq<PCS88_A> for PCS88_A

impl StructuralPartialEq for PCS88_A

Auto Trait Implementations

impl Send for PCS88_A

impl Sync for PCS88_A

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