Struct stm32f30x_memory_map::gptim::Ccr2W
[−]
[src]
pub struct Ccr2W { /* fields omitted */ }
Methods
impl Ccr2W
[src]
fn reset_value() -> Self
Reset value
fn ccr2l(&mut self, value: u16) -> &mut Self
Bits 0:15 - Low Capture/Compare 2 value
fn ccr2h(&mut self, value: u16) -> &mut Self
Bits 16:31 - High Capture/Compare 2 value (on TIM2)
Trait Implementations
impl Clone for Ccr2W
[src]
fn clone(&self) -> Ccr2W
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more