[][src]Enum imxrt1062_ccm::cisr::AHB_PODF_LOADED_A

pub enum AHB_PODF_LOADED_A {
    AHB_PODF_LOADED_0,
    AHB_PODF_LOADED_1,
}

CCM interrupt request 1 generated due to frequency change of ahb_podf

Value on reset: 0

Variants

AHB_PODF_LOADED_0

0: interrupt is not generated due to frequency change of ahb_podf

AHB_PODF_LOADED_1

1: interrupt generated due to frequency change of ahb_podf

Trait Implementations

impl Clone for AHB_PODF_LOADED_A[src]

impl Copy for AHB_PODF_LOADED_A[src]

impl Debug for AHB_PODF_LOADED_A[src]

impl From<AHB_PODF_LOADED_A> for bool[src]

impl PartialEq<AHB_PODF_LOADED_A> for AHB_PODF_LOADED_A[src]

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