Struct stm32f30x_memory_map::gptim::DmarW
[−]
[src]
pub struct DmarW { /* fields omitted */ }
Methods
impl DmarW
[src]
fn reset_value() -> Self
Reset value
fn dmab(&mut self, value: u16) -> &mut Self
Bits 0:15 - DMA register for burst accesses
Trait Implementations
impl Clone for DmarW
[src]
fn clone(&self) -> DmarW
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