[][src]Enum imxrt1062_tmr1::ctrl::SCS_A

#[repr(u8)]pub enum SCS_A {
    SCS_0,
    SCS_1,
    SCS_2,
    SCS_3,
}

Secondary Count Source

Value on reset: 0

Variants

SCS_0

0: Counter 0 input pin

SCS_1

1: Counter 1 input pin

SCS_2

2: Counter 2 input pin

SCS_3

3: Counter 3 input pin

Trait Implementations

impl Clone for SCS_A[src]

impl Copy for SCS_A[src]

impl Debug for SCS_A[src]

impl From<SCS_A> for u8[src]

impl PartialEq<SCS_A> for SCS_A[src]

impl StructuralPartialEq for SCS_A[src]

Auto Trait Implementations

impl Send for SCS_A

impl Sync for SCS_A

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