Struct stm32f30x_memory_map::spi::SrW
[−]
[src]
pub struct SrW { /* fields omitted */ }
Methods
impl SrW
[src]
fn reset_value() -> Self
Reset value
fn crcerr(&mut self, value: bool) -> &mut Self
Bit 4 - CRC error flag
Trait Implementations
impl Clone for SrW
[src]
fn clone(&self) -> SrW
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