Enum s32k144::porta::pcr28::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]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _0000

[src]

Checks if the value of the field is _0001

[src]

Checks if the value of the field is _0010

[src]

Checks if the value of the field is _0011

[src]

Checks if the value of the field is _1000

[src]

Checks if the value of the field is _1001

[src]

Checks if the value of the field is _1010

[src]

Checks if the value of the field is _1011

[src]

Checks if the value of the field is _1100

Trait Implementations

impl Clone for IRQCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IRQCR
[src]

impl Debug for IRQCR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for IRQCR
[src]

[src]

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

[src]

This method tests for !=.