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

EXTI 12 configuration bits

Value on reset: 0

Variants

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

PE12

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

PF12

5: Select PF12 as the source input for the EXTI12 external interrupt

PG12

6: Select PG12 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.