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

pub enum FRCEN_A {
    FRCEN_0,
    FRCEN_1,
}

FRCEN

Value on reset: 0

Variants

FRCEN_0

0: Initialization from a FORCE_OUT is disabled.

FRCEN_1

1: Initialization from a FORCE_OUT is enabled.

Trait Implementations

impl Clone for FRCEN_A[src]

impl Copy for FRCEN_A[src]

impl Debug for FRCEN_A[src]

impl From<FRCEN_A> for bool[src]

impl PartialEq<FRCEN_A> for FRCEN_A[src]

impl StructuralPartialEq for FRCEN_A[src]

Auto Trait Implementations

impl Send for FRCEN_A

impl Sync for FRCEN_A

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