Struct stm32f30x_memory_map::gptim::DcrW
[−]
[src]
pub struct DcrW { /* fields omitted */ }
Methods
impl DcrW
[src]
fn reset_value() -> Self
Reset value
fn dbl(&mut self, value: u8) -> &mut Self
Bits 8:12 - DMA burst length
fn dba(&mut self, value: u8) -> &mut Self
Bits 0:4 - DMA base address
Trait Implementations
impl Clone for DcrW
[src]
fn clone(&self) -> DcrW
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