Struct stm32f30x_memory_map::i2c::IsrR
[−]
[src]
pub struct IsrR { /* fields omitted */ }
Methods
impl IsrR
[src]
fn addcode(&self) -> u8
Bits 17:23 - Address match code (Slave mode)
fn dir(&self) -> bool
Bit 16 - Transfer direction (Slave mode)
fn busy(&self) -> bool
Bit 15 - Bus busy
fn alert(&self) -> bool
Bit 13 - SMBus alert
fn timeout(&self) -> bool
Bit 12 - Timeout or t_low detection flag
fn pecerr(&self) -> bool
Bit 11 - PEC Error in reception
fn ovr(&self) -> bool
Bit 10 - Overrun/Underrun (slave mode)
fn arlo(&self) -> bool
Bit 9 - Arbitration lost
fn berr(&self) -> bool
Bit 8 - Bus error
fn tcr(&self) -> bool
Bit 7 - Transfer Complete Reload
fn tc(&self) -> bool
Bit 6 - Transfer Complete (master mode)
fn stopf(&self) -> bool
Bit 5 - Stop detection flag
fn nackf(&self) -> bool
Bit 4 - Not acknowledge received flag
fn addr(&self) -> bool
Bit 3 - Address matched (slave mode)
fn rxne(&self) -> bool
Bit 2 - Receive data register not empty (receivers)
fn txis(&self) -> bool
Bit 1 - Transmit interrupt status (transmitters)
fn txe(&self) -> bool
Bit 0 - Transmit data register empty (transmitters)
Trait Implementations
impl Clone for IsrR
[src]
fn clone(&self) -> IsrR
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