Struct stm32g0::stm32g0c1::tim1::ccmr2_output::CC3S_W[][src]

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

Field CC3S writer - Capture/Compare 3 selection This bit-field defines the direction of the channel (input/output) as well as the used input. Note: CC3S bits are writable only when the channel is OFF (CC3E = ’0’ in TIMx_CCER).

Implementations

Writes variant to the field

CC3 channel is configured as output

CC3 channel is configured as input, IC3 is mapped on TI3

CC3 channel is configured as input, IC3 is mapped on TI4

CC3 channel is configured as input, IC3 is mapped on TRC. This mode is working only if an internal trigger input is selected through TS bit (TIMx_SMCR register)

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.