Struct stm32f30x_memory_map::gptim::Ccmr1OutputR [] [src]

pub struct Ccmr1OutputR { /* fields omitted */ }

Methods

impl Ccmr1OutputR
[src]

Bits 0:1 - Capture/Compare 1 selection

Bit 2 - Output compare 1 fast enable

Bit 3 - Output compare 1 preload enable

Bits 4:6 - Output compare 1 mode

Bit 7 - Output compare 1 clear enable

Bits 8:9 - Capture/Compare 2 selection

Bit 10 - Output compare 2 fast enable

Bit 11 - Output compare 2 preload enable

Bits 12:14 - Output compare 2 mode

Bit 15 - Output compare 2 clear enable

Bit 16 - Output compare 1 mode bit 3

Bit 24 - Output compare 2 mode bit 3

Trait Implementations

impl Clone for Ccmr1OutputR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Ccmr1OutputR
[src]