[][src]Enum imxrt1062_tmr1::csctrl::CL2_A

#[repr(u8)]pub enum CL2_A {
    CL2_0,
    CL2_1,
    CL2_2,
}

Compare Load Control 2

Value on reset: 0

Variants

CL2_0

0: Never preload

CL2_1

1: Load upon successful compare with the value in COMP1

CL2_2

2: Load upon successful compare with the value in COMP2

Trait Implementations

impl Clone for CL2_A[src]

impl Copy for CL2_A[src]

impl Debug for CL2_A[src]

impl From<CL2_A> for u8[src]

impl PartialEq<CL2_A> for CL2_A[src]

impl StructuralPartialEq for CL2_A[src]

Auto Trait Implementations

impl Send for CL2_A

impl Sync for CL2_A

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