Struct stm32f30x_memory_map::i2c::IcrW [] [src]

#[repr(C)]
pub struct IcrW { /* fields omitted */ }

Methods

impl IcrW
[src]

Reset value

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 IcrW
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IcrW
[src]