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

type W = W<u32, INTCLR>;

Writer for register INTCLR

Methods

impl W[src]

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

Bit 10 - This is the arbitration loss interrupt.

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

Bit 9 - This is the STOP command interrupt.

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

Bit 8 - This is the START command interrupt.

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

Bit 7 - This is the illegal command interrupt.

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

Bit 6 - This is the illegal FIFO access interrupt.

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

Bit 5 - This is the write length mismatch interrupt.

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

Bit 4 - This is the I2C NAK interrupt.

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

Bit 3 - This is the Read FIFO Overflow interrupt.

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

Bit 2 - This is the Write FIFO Underflow interrupt.

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

Bit 1 - This is the FIFO Threshold interrupt.

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

Bit 0 - This is the Command Complete interrupt.