Struct stm32f334::tim1::ccmr2_output::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bit 15 - Output compare 4 clear enable

[src]

Bits 12:14 - Output compare 4 mode

[src]

Bit 11 - Output compare 4 preload enable

[src]

Bit 10 - Output compare 4 fast enable

[src]

Bits 8:9 - Capture/Compare 4 selection

[src]

Bit 7 - Output compare 3 clear enable

[src]

Bits 4:6 - Output compare 3 mode

[src]

Bit 3 - Output compare 3 preload enable

[src]

Bit 2 - Output compare 3 fast enable

[src]

Bits 0:1 - Capture/Compare 3 selection

[src]

Bit 16 - Output Compare 3 mode bit 3

[src]

Bit 24 - Output Compare 4 mode bit 3

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W