[][src]Type Definition e310x::i2c0::sr::R

type R = R<u32, SR>;

Reader of register sr

Implementations

impl R[src]

pub fn rx_ack(&self) -> RX_ACK_R[src]

Bit 7 - Received acknowledge from slave. This flag represents acknowledge from the addressed slave. '1' = No acknowledge received '0' = Acknowledge received

pub fn busy(&self) -> BUSY_R[src]

Bit 6 - I2C bus busy

pub fn al(&self) -> AL_R[src]

Bit 5 - Arbitration lost

pub fn tip(&self) -> TIP_R[src]

Bit 1 - Transfer in progress

pub fn if_(&self) -> IF_R[src]

Bit 0 - Interrupt Flag. This bit is set when an interrupt is pending, which will cause a processor interrupt request if the IEN bit is set.