Struct stm32f30x_memory_map::i2c::RxdrW
[−]
[src]
pub struct RxdrW { /* fields omitted */ }
Methods
impl RxdrW
[src]
fn reset_value() -> Self
Reset value
fn rxdata(&mut self, value: u8) -> &mut Self
Bits 0:7 - 8-bit receive data
Trait Implementations
impl Clone for RxdrW
[src]
fn clone(&self) -> RxdrW
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