Struct gd32vf103xx_hal::exti::Exti[][src]

pub struct Exti { /* fields omitted */ }
Expand description

Higher-lever wrapper around the EXTI peripheral.

Implementations

Creates a new Exti wrapper from the raw EXTI peripheral.

Destroys this Exti instance, returning the raw EXTI peripheral.

Listen on one of the Lines

Unlisten on the specified line

Enable/Disable event generation on line to wakeup unit

true if this line has a pending interrupt

Clear the pending interrupt flag

Request a pending interrupt for this line from software

Deactivate a software pending request for this line

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.