[][src]Type Definition ambiq_apollo1_pac::iomstr0::intclr::R

type R = R<u32, INTCLR>;

Reader of register INTCLR

Methods

impl R[src]

pub fn arb(&self) -> ARB_R[src]

Bit 10 - This is the arbitration loss interrupt.

pub fn stop(&self) -> STOP_R[src]

Bit 9 - This is the STOP command interrupt.

pub fn start(&self) -> START_R[src]

Bit 8 - This is the START command interrupt.

pub fn icmd(&self) -> ICMD_R[src]

Bit 7 - This is the illegal command interrupt.

pub fn iacc(&self) -> IACC_R[src]

Bit 6 - This is the illegal FIFO access interrupt.

pub fn wtlen(&self) -> WTLEN_R[src]

Bit 5 - This is the write length mismatch interrupt.

pub fn nak(&self) -> NAK_R[src]

Bit 4 - This is the I2C NAK interrupt.

pub fn fovfl(&self) -> FOVFL_R[src]

Bit 3 - This is the Read FIFO Overflow interrupt.

pub fn fundfl(&self) -> FUNDFL_R[src]

Bit 2 - This is the Write FIFO Underflow interrupt.

pub fn thr(&self) -> THR_R[src]

Bit 1 - This is the FIFO Threshold interrupt.

pub fn cmdcmp(&self) -> CMDCMP_R[src]

Bit 0 - This is the Command Complete interrupt.