pub struct R { /* private fields */ }
Expand description

Value read from the register

Implementations

Value of the register as raw bits

Bit 0 - EXTI0EDF

Bit 1 - EXTI1EDF

Bit 2 - EXTI2EDF

Bit 3 - EXTI3EDF

Bit 4 - EXTI4EDF

Bit 5 - EXTI5EDF

Bit 6 - EXTI6EDF

Bit 7 - EXTI7EDF

Bit 8 - EXTI8EDF

Bit 9 - EXTI9EDF

Bit 10 - EXTI10EDF

Bit 11 - EXTI11EDF

Bit 12 - EXTI12EDF

Bit 13 - EXTI13EDF

Bit 14 - EXTI14EDF

Bit 15 - EXTI15EDF

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.

Should always be Self
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.