Struct stm32f303x_memory_map::i2c1::isr::R
[−]
[src]
pub struct R { /* fields omitted */ }Value read from the register
Methods
impl R[src]
fn bits(&self) -> u32
Value of the register as raw bits
fn addcode(&self) -> AddcodeR
Bits 17:23 - Address match code (Slave mode)
fn dir(&self) -> DirR
Bit 16 - Transfer direction (Slave mode)
fn busy(&self) -> BusyR
Bit 15 - Bus busy
fn alert(&self) -> AlertR
Bit 13 - SMBus alert
fn timeout(&self) -> TimeoutR
Bit 12 - Timeout or t_low detection flag
fn pecerr(&self) -> PecerrR
Bit 11 - PEC Error in reception
fn ovr(&self) -> OvrR
Bit 10 - Overrun/Underrun (slave mode)
fn arlo(&self) -> ArloR
Bit 9 - Arbitration lost
fn berr(&self) -> BerrR
Bit 8 - Bus error
fn tcr(&self) -> TcrR
Bit 7 - Transfer Complete Reload
fn tc(&self) -> TcR
Bit 6 - Transfer Complete (master mode)
fn stopf(&self) -> StopfR
Bit 5 - Stop detection flag
fn nackf(&self) -> NackfR
Bit 4 - Not acknowledge received flag
fn addr(&self) -> AddrR
Bit 3 - Address matched (slave mode)
fn rxne(&self) -> RxneR
Bit 2 - Receive data register not empty (receivers)
fn txis(&self) -> TxisR
Bit 1 - Transmit interrupt status (transmitters)
fn txe(&self) -> TxeR
Bit 0 - Transmit data register empty (transmitters)