pub struct GPIO_PIN7_INT_TYPE_W<'a> { /* private fields */ }
Expand description

Field GPIO_PIN7_INT_TYPE writer - 0: disable; 1: positive edge; 2: negative edge; 3: both types of edge; 4: low-level; 5: high-level

Implementations

Writes variant to the field

interrupt is disabled

interrupt is triggered on the positive edge

interrupt is triggered on the negative edge

interrupt is triggered on both edges

interrupt is triggered on the low level

interrupt is triggered on the high level

Writes raw bits to the field

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.