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