pub struct R(_);
Expand description

Register TIM2_CCER reader

Implementations

Bit 0 - CC1E

Bit 1 - CC1P

Bit 2 - CC1NE

Bit 3 - CC1NP

Bit 4 - CC2E

Bit 5 - CC2P

Bit 6 - CC2NE

Bit 7 - CC2NP

Bit 8 - CC3E

Bit 9 - CC3P

Bit 10 - CC3NE

Bit 11 - CC3NP

Bit 12 - CC4E

Bit 13 - CC4P

Bit 15 - CC4NP

Bit 16 - CC5E

Bit 17 - CC5P

Bit 20 - CC6E

Bit 21 - CC6P

Methods from Deref<Target = R<TIM2_CCER_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

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.