Struct stm32g0::stm32g0c1::tim16::sr::CC1OF_W[][src]

pub struct CC1OF_W<'a> { /* fields omitted */ }
Expand description

Field CC1OF writer - Capture/Compare 1 overcapture flag This flag is set by hardware only when the corresponding channel is configured in input capture mode. It is cleared by software by writing it to ’0’.

Implementations

Writes variant to the field

No overcapture has been detected

The counter value has been captured in TIMx_CCR1 register while CC1IF flag was already set

Sets the field bit

Clears the field bit

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

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.