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