[][src]Enum imxrt1062_pwm1::fctrl0::FLVL_A

#[repr(u8)]pub enum FLVL_A {
    FLVL_0,
    FLVL_1,
}

Fault Level

Value on reset: 0

Variants

FLVL_0

0: A logic 0 on the fault input indicates a fault condition.

FLVL_1

1: A logic 1 on the fault input indicates a fault condition.

Trait Implementations

impl Clone for FLVL_A[src]

impl Copy for FLVL_A[src]

impl Debug for FLVL_A[src]

impl From<FLVL_A> for u8[src]

impl PartialEq<FLVL_A> for FLVL_A[src]

impl StructuralPartialEq for FLVL_A[src]

Auto Trait Implementations

impl Send for FLVL_A

impl Sync for FLVL_A

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