Struct stm32f30x_memory_map::i2c::PecrW
[−]
[src]
pub struct PecrW { /* fields omitted */ }
Methods
impl PecrW
[src]
fn reset_value() -> Self
Reset value
fn pec(&mut self, value: u8) -> &mut Self
Bits 0:7 - Packet error checking register
Trait Implementations
impl Clone for PecrW
[src]
fn clone(&self) -> PecrW
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