[][src]Enum imxrt1062_pwm1::fsts0::FFULL_A

#[repr(u8)]
pub enum FFULL_A {
    FFULL_0,
    FFULL_1,
}

Full Cycle

Value on reset: 0

Variants

FFULL_0

0: PWM outputs are not re-enabled at the start of a full cycle

FFULL_1

1: PWM outputs are re-enabled at the start of a full cycle

Trait Implementations

impl Clone for FFULL_A[src]

impl Copy for FFULL_A[src]

impl Debug for FFULL_A[src]

impl From<FFULL_A> for u8[src]

impl PartialEq<FFULL_A> for FFULL_A[src]

impl StructuralPartialEq for FFULL_A[src]

Auto Trait Implementations

impl Send for FFULL_A

impl Sync for FFULL_A

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