[][src]Enum imxrt1062_ccm::cimr::MASK_PERIPH2_CLK_SEL_LOADED_A

pub enum MASK_PERIPH2_CLK_SEL_LOADED_A {
    MASK_PERIPH2_CLK_SEL_LOADED_0,
    MASK_PERIPH2_CLK_SEL_LOADED_1,
}

mask interrupt generation due to update of periph2_clk_sel.

Value on reset: 1

Variants

MASK_PERIPH2_CLK_SEL_LOADED_0

0: don't mask interrupt due to update of periph2_clk_sel - interrupt will be created

MASK_PERIPH2_CLK_SEL_LOADED_1

1: mask interrupt due to update of periph2_clk_sel

Trait Implementations

impl Clone for MASK_PERIPH2_CLK_SEL_LOADED_A[src]

impl Copy for MASK_PERIPH2_CLK_SEL_LOADED_A[src]

impl Debug for MASK_PERIPH2_CLK_SEL_LOADED_A[src]

impl From<MASK_PERIPH2_CLK_SEL_LOADED_A> for bool[src]

impl PartialEq<MASK_PERIPH2_CLK_SEL_LOADED_A> for MASK_PERIPH2_CLK_SEL_LOADED_A[src]

impl StructuralPartialEq for MASK_PERIPH2_CLK_SEL_LOADED_A[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.