#[repr(u8)]
pub enum EXTI6_A {
    Pa6,
    Pb6,
    Pc6,
    Pd6,
    Pe6,
    Pf6,
    Pg6,
}
Expand description

EXTI 6 configuration bits

Value on reset: 0

Variants

Pa6

0: Select PA6 as the source input for the EXTI6 external interrupt

Pb6

1: Select PB6 as the source input for the EXTI6 external interrupt

Pc6

2: Select PC6 as the source input for the EXTI6 external interrupt

Pd6

3: Select PD6 as the source input for the EXTI6 external interrupt

Pe6

4: Select PE6 as the source input for the EXTI6 external interrupt

Pf6

5: Select PF6 as the source input for the EXTI6 external interrupt

Pg6

6: Select PG6 as the source input for the EXTI6 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

Converts to this type from the input type.

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.