[][src]Type Definition lpc54606_pac::i2c0::intstat::R

type R = R<u32, INTSTAT>;

Reader of register INTSTAT

Methods

impl R[src]

pub fn mstpending(&self) -> MSTPENDING_R[src]

Bit 0 - Master Pending.

pub fn mstarbloss(&self) -> MSTARBLOSS_R[src]

Bit 4 - Master Arbitration Loss flag.

pub fn mstststperr(&self) -> MSTSTSTPERR_R[src]

Bit 6 - Master Start/Stop Error flag.

pub fn slvpending(&self) -> SLVPENDING_R[src]

Bit 8 - Slave Pending.

pub fn slvnotstr(&self) -> SLVNOTSTR_R[src]

Bit 11 - Slave Not Stretching status.

pub fn slvdesel(&self) -> SLVDESEL_R[src]

Bit 15 - Slave Deselected flag.

pub fn monrdy(&self) -> MONRDY_R[src]

Bit 16 - Monitor Ready.

pub fn monov(&self) -> MONOV_R[src]

Bit 17 - Monitor Overflow flag.

pub fn monidle(&self) -> MONIDLE_R[src]

Bit 19 - Monitor Idle flag.

pub fn eventtimeout(&self) -> EVENTTIMEOUT_R[src]

Bit 24 - Event time-out Interrupt flag.

pub fn scltimeout(&self) -> SCLTIMEOUT_R[src]

Bit 25 - SCL time-out Interrupt flag.