Enum stm32f0xx_hal::stm32::syscfg::exticr4::EXTI12_A[][src]

#[repr(u8)]
pub enum EXTI12_A {
    PE12,
    PA12,
    PB12,
    PC12,
    PD12,
    PF12,
}
Expand description

EXTI 12 configuration bits

Value on reset: 0

Variants

PE12

4: Select PE12 as the source input for the EXTI12 external interrupt

PA12

0: Select PA12 as the source input for the EXTI12 external interrupt

PB12

1: Select PB12 as the source input for the EXTI12 external interrupt

PC12

2: Select PC12 as the source input for the EXTI12 external interrupt

PD12

3: Select PD12 as the source input for the EXTI12 external interrupt

PF12

5: Select PF12 as the source input for the EXTI12 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.