[][src]Enum k66::portc::pcr22::IRQCW

pub enum IRQCW {
    _0000,
    _0001,
    _0010,
    _0011,
    _1000,
    _1001,
    _1010,
    _1011,
    _1100,
}

Values that can be written to the field IRQC

Variants

_0000

Interrupt Status Flag (ISF) is disabled.

_0001

ISF flag and DMA request on rising edge.

_0010

ISF flag and DMA request on falling edge.

_0011

ISF flag and DMA request on either edge.

_1000

ISF flag and Interrupt when logic 0.

_1001

ISF flag and Interrupt on rising-edge.

_1010

ISF flag and Interrupt on falling-edge.

_1011

ISF flag and Interrupt on either edge.

_1100

ISF flag and Interrupt when logic 1.

Auto Trait Implementations

impl Send for IRQCW

impl Sync for IRQCW

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self