Struct stm32f30x_memory_map::gptim::Ccr3W
[−]
[src]
pub struct Ccr3W { /* fields omitted */ }
Methods
impl Ccr3W
[src]
fn reset_value() -> Self
Reset value
fn ccr3l(&mut self, value: u16) -> &mut Self
Bits 0:15 - Low Capture/Compare value
fn ccr3h(&mut self, value: u16) -> &mut Self
Bits 16:31 - High Capture/Compare value (on TIM2)
Trait Implementations
impl Clone for Ccr3W
[src]
fn clone(&self) -> Ccr3W
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