[][src]Enum rv32m1_ri5cy_pac::porta::pcr3::IRQC_A

pub enum IRQC_A {
    IRQC_0,
    IRQC_1,
    IRQC_2,
    IRQC_3,
    IRQC_5,
    IRQC_6,
    IRQC_7,
    IRQC_8,
    IRQC_9,
    IRQC_10,
    IRQC_11,
    IRQC_12,
    IRQC_13,
    IRQC_14,
}

Interrupt Configuration

Value on reset: 0

Variants

IRQC_0

0: Interrupt Status Flag (ISF) is disabled.

IRQC_1

1: ISF flag and DMA request on rising edge.

IRQC_2

2: ISF flag and DMA request on falling edge.

IRQC_3

3: ISF flag and DMA request on either edge.

IRQC_5

5: no description available

IRQC_6

6: no description available

IRQC_7

7: no description available

IRQC_8

8: ISF flag and Interrupt when logic 0.

IRQC_9

9: ISF flag and Interrupt on rising-edge.

IRQC_10

10: ISF flag and Interrupt on falling-edge.

IRQC_11

11: ISF flag and Interrupt on either edge.

IRQC_12

12: ISF flag and Interrupt when logic 1.

IRQC_13

13: no description available

IRQC_14

14: no description available

Trait Implementations

impl From<IRQC_A> for u8[src]

impl PartialEq<IRQC_A> for IRQC_A[src]

impl Debug for IRQC_A[src]

impl Copy for IRQC_A[src]

impl Clone for IRQC_A[src]

Auto Trait Implementations

impl Unpin for IRQC_A

impl Send for IRQC_A

impl Sync for IRQC_A

Blanket Implementations

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