Struct stm32f30x_memory_map::gptim::Ccmr2OutputR [] [src]

pub struct Ccmr2OutputR { /* fields omitted */ }

Methods

impl Ccmr2OutputR
[src]

Bits 0:1 - Capture/Compare 3 selection

Bit 2 - Output compare 3 fast enable

Bit 3 - Output compare 3 preload enable

Bits 4:6 - Output compare 3 mode

Bit 7 - Output compare 3 clear enable

Bits 8:9 - Capture/Compare 4 selection

Bit 10 - Output compare 4 fast enable

Bit 11 - Output compare 4 preload enable

Bits 12:14 - Output compare 4 mode

Bit 15 - Output compare 4 clear enable

Bit 16 - Output compare 3 mode bit3

Bit 24 - Output compare 4 mode bit3

Trait Implementations

impl Clone for Ccmr2OutputR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Ccmr2OutputR
[src]