[][src]Enum stm32l0::stm32l0x3::tim2::ccmr1_input::IC1PSC_A

pub enum IC1PSC_A {
    NOPRESCALER,
    TWO_EVENTS,
    FOUR_EVENTS,
    EIGHT_EVENTS,
}

Input capture 1 prescaler

Value on reset: 0

Variants

NOPRESCALER

0: no prescaler, capture is done each time an edge is detected on the capture input

TWO_EVENTS

1: Capture is done once every 2 events

FOUR_EVENTS

2: Capture is done once every 4 events

EIGHT_EVENTS

3: Capture is done once every 8 events

Trait Implementations

impl From<IC1PSC_A> for u8[src]

impl Debug for IC1PSC_A[src]

impl PartialEq<IC1PSC_A> for IC1PSC_A[src]

impl Copy for IC1PSC_A[src]

impl StructuralPartialEq for IC1PSC_A[src]

impl Clone for IC1PSC_A[src]

Auto Trait Implementations

impl Unpin for IC1PSC_A

impl Send for IC1PSC_A

impl Sync for IC1PSC_A

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