[][src]Enum imxrt1062_tmr1::ctrl::PCS_A

#[repr(u8)]pub enum PCS_A {
    PCS_0,
    PCS_1,
    PCS_2,
    PCS_3,
    PCS_4,
    PCS_5,
    PCS_6,
    PCS_7,
    PCS_8,
    PCS_9,
    PCS_10,
    PCS_11,
    PCS_12,
    PCS_13,
    PCS_14,
    PCS_15,
}

Primary Count Source

Value on reset: 0

Variants

PCS_0

0: Counter 0 input pin

PCS_1

1: Counter 1 input pin

PCS_2

2: Counter 2 input pin

PCS_3

3: Counter 3 input pin

PCS_4

4: Counter 0 output

PCS_5

5: Counter 1 output

PCS_6

6: Counter 2 output

PCS_7

7: Counter 3 output

PCS_8

8: IP bus clock divide by 1 prescaler

PCS_9

9: IP bus clock divide by 2 prescaler

PCS_10

10: IP bus clock divide by 4 prescaler

PCS_11

11: IP bus clock divide by 8 prescaler

PCS_12

12: IP bus clock divide by 16 prescaler

PCS_13

13: IP bus clock divide by 32 prescaler

PCS_14

14: IP bus clock divide by 64 prescaler

PCS_15

15: IP bus clock divide by 128 prescaler

Trait Implementations

impl Clone for PCS_A[src]

impl Copy for PCS_A[src]

impl Debug for PCS_A[src]

impl From<PCS_A> for u8[src]

impl PartialEq<PCS_A> for PCS_A[src]

impl StructuralPartialEq for PCS_A[src]

Auto Trait Implementations

impl Send for PCS_A

impl Sync for PCS_A

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