Struct stm32f1xx_hal::pac::gpioa::odr::W

source ·
pub struct W(_);
Expand description

Register ODR writer

Implementations§

Bit 0 - Port output data

Bit 1 - Port output data

Bit 2 - Port output data

Bit 3 - Port output data

Bit 4 - Port output data

Bit 5 - Port output data

Bit 6 - Port output data

Bit 7 - Port output data

Bit 8 - Port output data

Bit 9 - Port output data

Bit 10 - Port output data

Bit 11 - Port output data

Bit 12 - Port output data

Bit 13 - Port output data

Bit 14 - Port output data

Bit 15 - Port output data

Writes raw bits to the register.

Methods from Deref<Target = W<ODR_SPEC>>§

Writes raw bits to the register.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Converts to this type from the input type.

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.