Struct stm32f30x_memory_map::i2c::IcrR
[−]
[src]
pub struct IcrR { /* fields omitted */ }
Methods
impl IcrR
[src]
fn alertcf(&self) -> bool
Bit 13 - Alert flag clear
fn timoutcf(&self) -> bool
Bit 12 - Timeout detection flag clear
fn peccf(&self) -> bool
Bit 11 - PEC Error flag clear
fn ovrcf(&self) -> bool
Bit 10 - Overrun/Underrun flag clear
fn arlocf(&self) -> bool
Bit 9 - Arbitration lost flag clear
fn berrcf(&self) -> bool
Bit 8 - Bus error flag clear
fn stopcf(&self) -> bool
Bit 5 - Stop detection flag clear
fn nackcf(&self) -> bool
Bit 4 - Not Acknowledge flag clear
fn addrcf(&self) -> bool
Bit 3 - Address Matched flag clear
Trait Implementations
impl Clone for IcrR
[src]
fn clone(&self) -> IcrR
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