[][src]Enum imxrt1062_tmr1::sctrl::CAPTURE_MODE_A

#[repr(u8)]pub enum CAPTURE_MODE_A {
    CAPTURE_MODE_0,
    CAPTURE_MODE_1,
    CAPTURE_MODE_2,
    CAPTURE_MODE_3,
}

Input Capture Mode

Value on reset: 0

Variants

CAPTURE_MODE_0

0: Capture function is disabled

CAPTURE_MODE_1

1: Load capture register on rising edge (when IPS=0) or falling edge (when IPS=1) of input

CAPTURE_MODE_2

2: Load capture register on falling edge (when IPS=0) or rising edge (when IPS=1) of input

CAPTURE_MODE_3

3: Load capture register on both edges of input

Trait Implementations

impl Clone for CAPTURE_MODE_A[src]

impl Copy for CAPTURE_MODE_A[src]

impl Debug for CAPTURE_MODE_A[src]

impl From<CAPTURE_MODE_A> for u8[src]

impl PartialEq<CAPTURE_MODE_A> for CAPTURE_MODE_A[src]

impl StructuralPartialEq for CAPTURE_MODE_A[src]

Auto Trait Implementations

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.