[][src]Enum imxrt1062_pwm1::mask::UPDATE_MASK_AW

#[repr(u8)]
pub enum UPDATE_MASK_AW {
    UPDATE_MASK_0,
    UPDATE_MASK_1,
}

Update Mask Bits Immediately

Value on reset: 0

Variants

UPDATE_MASK_0

0: Normal operation. MASK* bits within the corresponding submodule are not updated until a FORCE_OUT event occurs within the submodule.

UPDATE_MASK_1

1: Immediate operation. MASK* bits within the corresponding submodule are updated on the following clock edge after setting this bit.

Trait Implementations

impl Clone for UPDATE_MASK_AW[src]

impl Copy for UPDATE_MASK_AW[src]

impl Debug for UPDATE_MASK_AW[src]

impl From<UPDATE_MASK_AW> for u8[src]

impl PartialEq<UPDATE_MASK_AW> for UPDATE_MASK_AW[src]

impl StructuralPartialEq for UPDATE_MASK_AW[src]

Auto Trait Implementations

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.