Enum stm32f0xx_hal::pac::syscfg::exticr4::EXTI14_A[][src]

#[repr(u8)]
pub enum EXTI14_A {
    PE14,
    PA14,
    PB14,
    PC14,
    PD14,
    PF14,
}
Expand description

EXTI 14 configuration bits

Value on reset: 0

Variants

PE14

4: Select PE14 as the source input for the EXTI14 external interrupt

PA14

0: Select PA14 as the source input for the EXTI14 external interrupt

PB14

1: Select PB14 as the source input for the EXTI14 external interrupt

PC14

2: Select PC14 as the source input for the EXTI14 external interrupt

PD14

3: Select PD14 as the source input for the EXTI14 external interrupt

PF14

5: Select PF14 as the source input for the EXTI14 external interrupt

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.