[][src]Enum imxrt1062_pwm1::sm::smctrl2::CLK_SEL_A

#[repr(u8)]
pub enum CLK_SEL_A {
    CLK_SEL_0,
    CLK_SEL_1,
    CLK_SEL_2,
}

Clock Source Select

Value on reset: 0

Variants

CLK_SEL_0

0: The IPBus clock is used as the clock for the local prescaler and counter.

CLK_SEL_1

1: EXT_CLK is used as the clock for the local prescaler and counter.

CLK_SEL_2

2: Submodule 0's clock (AUX_CLK) is used as the source clock for the local prescaler and counter. This setting should not be used in submodule 0 as it will force the clock to logic 0.

Trait Implementations

impl Clone for CLK_SEL_A[src]

impl Copy for CLK_SEL_A[src]

impl Debug for CLK_SEL_A[src]

impl From<CLK_SEL_A> for u8[src]

impl PartialEq<CLK_SEL_A> for CLK_SEL_A[src]

impl StructuralPartialEq for CLK_SEL_A[src]

Auto Trait Implementations

impl Send for CLK_SEL_A

impl Sync for CLK_SEL_A

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