Struct stm32f30x_memory_map::i2c::IcrR [] [src]

pub struct IcrR { /* fields omitted */ }

Methods

impl IcrR
[src]

Bit 13 - Alert flag clear

Bit 12 - Timeout detection flag clear

Bit 11 - PEC Error flag clear

Bit 10 - Overrun/Underrun flag clear

Bit 9 - Arbitration lost flag clear

Bit 8 - Bus error flag clear

Bit 5 - Stop detection flag clear

Bit 4 - Not Acknowledge flag clear

Bit 3 - Address Matched flag clear

Trait Implementations

impl Clone for IcrR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IcrR
[src]