Struct stm32f7x3::tim5::ccmr1_output::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 15 - OC2CE

[src]

Bits 12:14 - OC2M

[src]

Bit 11 - OC2PE

[src]

Bit 10 - OC2FE

[src]

Bits 8:9 - CC2S

[src]

Bit 7 - OC1CE

[src]

Bits 4:6 - OC1M

[src]

Bit 3 - OC1PE

[src]

Bit 2 - OC1FE

[src]

Bits 0:1 - CC1S

[src]

Bit 24 - Output Compare 2 mode - bit 3

[src]

Bit 16 - Output Compare 1 mode - bit 3

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R