[][src]Enum imxrt1062_pwm1::sm::smoctrl::PWMBFS_A

#[repr(u8)]
pub enum PWMBFS_A {
    PWMBFS_0,
    PWMBFS_1,
    PWMBFS_2,
    PWMBFS_3,
}

PWM_B Fault State

Value on reset: 0

Variants

PWMBFS_0

0: Output is forced to logic 0 state prior to consideration of output polarity control.

PWMBFS_1

1: Output is forced to logic 1 state prior to consideration of output polarity control.

PWMBFS_2

2: Output is tristated.

PWMBFS_3

3: Output is tristated.

Trait Implementations

impl Clone for PWMBFS_A[src]

impl Copy for PWMBFS_A[src]

impl Debug for PWMBFS_A[src]

impl From<PWMBFS_A> for u8[src]

impl PartialEq<PWMBFS_A> for PWMBFS_A[src]

impl StructuralPartialEq for PWMBFS_A[src]

Auto Trait Implementations

impl Send for PWMBFS_A

impl Sync for PWMBFS_A

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