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