pub struct ExternalInterrupts {
    pub EXTI0: Exti<EXTI0>,
    pub EXTI1: Exti<EXTI1>,
    pub EXTI2: Exti<EXTI2>,
    pub EXTI3: Exti<EXTI3>,
    pub EXTI4: Exti<EXTI4>,
    pub EXTI13: Exti<EXTI13>,
}
Expand description

All external interrupts

Fields

EXTI0: Exti<EXTI0>

$name interrupt

EXTI1: Exti<EXTI1>

$name interrupt

EXTI2: Exti<EXTI2>

$name interrupt

EXTI3: Exti<EXTI3>

$name interrupt

EXTI4: Exti<EXTI4>

$name interrupt

EXTI13: Exti<EXTI13>

$name interrupt

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.