Enum s32k144::portd::pcr26::IrqcR [] [src]

pub enum IrqcR {
    _0000,
    _0001,
    _0010,
    _0011,
    _1000,
    _1001,
    _1010,
    _1011,
    _1100,
    _Reserved(u8),
}

Possible values of the field IRQC

Variants

Interrupt Status Flag (ISF) is disabled.

ISF flag and DMA request on rising edge.

ISF flag and DMA request on falling edge.

ISF flag and DMA request on either edge.

ISF flag and Interrupt when logic 0.

ISF flag and Interrupt on rising-edge.

ISF flag and Interrupt on falling-edge.

ISF flag and Interrupt on either edge.

ISF flag and Interrupt when logic 1.

Reserved

Methods

impl IrqcR
[src]

Value of the field as raw bits

Checks if the value of the field is _0000

Checks if the value of the field is _0001

Checks if the value of the field is _0010

Checks if the value of the field is _0011

Checks if the value of the field is _1000

Checks if the value of the field is _1001

Checks if the value of the field is _1010

Checks if the value of the field is _1011

Checks if the value of the field is _1100

Trait Implementations

impl Clone for IrqcR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IrqcR
[src]

impl Debug for IrqcR
[src]

Formats the value using the given formatter.

impl PartialEq for IrqcR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.