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