[][src]Enum k22f::portd::pcr11::IRQC_A

#[repr(u8)]pub enum IRQC_A {
    _0000,
    _0001,
    _0010,
    _0011,
    _1000,
    _1001,
    _1010,
    _1011,
    _1100,
}

Interrupt Configuration

Value on reset: 0

Variants

_0000

0: Interrupt/DMA request disabled.

_0001

1: DMA request on rising edge.

_0010

2: DMA request on falling edge.

_0011

3: DMA request on either edge.

_1000

8: Interrupt when logic zero.

_1001

9: Interrupt on rising edge.

_1010

10: Interrupt on falling edge.

_1011

11: Interrupt on either edge.

_1100

12: Interrupt when logic one.

Trait Implementations

impl Clone for IRQC_A[src]

impl Copy for IRQC_A[src]

impl Debug for IRQC_A[src]

impl From<IRQC_A> for u8[src]

impl PartialEq<IRQC_A> for IRQC_A[src]

impl StructuralPartialEq for IRQC_A[src]

Auto Trait Implementations

impl Send for IRQC_A

impl Sync for IRQC_A

impl Unpin for IRQC_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> Same<T> for T

type Output = T

Should always be Self

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.