Struct stm32g0::stm32g0b0::tim16::ccmr1_input::CC1S_W[][src]

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

Field CC1S writer - Capture/Compare 1 Selection This bit-field defines the direction of the channel (input/output) as well as the used input. Others: Reserved Note: CC1S bits are writable only when the channel is OFF (CC1E = ’0’ in TIMx_CCER).

Implementations

Writes variant to the field

CC1 channel is configured as output

CC1 channel is configured as input, IC1 is mapped on TI1

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.