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