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