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

#[repr(u8)]pub enum INIT_SEL_A {
    INIT_SEL_0,
    INIT_SEL_1,
    INIT_SEL_2,
    INIT_SEL_3,
}

Initialization Control Select

Value on reset: 0

Variants

INIT_SEL_0

0: Local sync (PWM_X) causes initialization.

INIT_SEL_1

1: Master reload from submodule 0 causes initialization. This setting should not be used in submodule 0 as it will force the INIT signal to logic 0. The submodule counter will only reinitialize when a master reload occurs.

INIT_SEL_2

2: Master sync from submodule 0 causes initialization. This setting should not be used in submodule 0 as it will force the INIT signal to logic 0.

INIT_SEL_3

3: EXT_SYNC causes initialization.

Trait Implementations

impl Clone for INIT_SEL_A[src]

impl Copy for INIT_SEL_A[src]

impl Debug for INIT_SEL_A[src]

impl From<INIT_SEL_A> for u8[src]

impl PartialEq<INIT_SEL_A> for INIT_SEL_A[src]

impl StructuralPartialEq for INIT_SEL_A[src]

Auto Trait Implementations

impl Send for INIT_SEL_A

impl Sync for INIT_SEL_A

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