[][src]Type Definition imxrt1062_flexspi::intr::W

type W = W<u32, INTR>;

Writer for register INTR

Methods

impl W[src]

pub fn ipcmddone(&mut self) -> IPCMDDONE_W[src]

Bit 0 - IP triggered Command Sequences Execution finished interrupt. This interrupt is also generated when there is IPCMDGE or IPCMDERR interrupt generated.

pub fn ipcmdge(&mut self) -> IPCMDGE_W[src]

Bit 1 - IP triggered Command Sequences Grant Timeout interrupt.

pub fn ahbcmdge(&mut self) -> AHBCMDGE_W[src]

Bit 2 - AHB triggered Command Sequences Grant Timeout interrupt.

pub fn ipcmderr(&mut self) -> IPCMDERR_W[src]

Bit 3 - IP triggered Command Sequences Error Detected interrupt. When an error detected for IP command, this command will be ignored and not executed at all.

pub fn ahbcmderr(&mut self) -> AHBCMDERR_W[src]

Bit 4 - AHB triggered Command Sequences Error Detected interrupt. When an error detected for AHB command, this command will be ignored and not executed at all.

pub fn iprxwa(&mut self) -> IPRXWA_W[src]

Bit 5 - IP RX FIFO watermark available interrupt.

pub fn iptxwe(&mut self) -> IPTXWE_W[src]

Bit 6 - IP TX FIFO watermark empty interrupt.

pub fn sckstopbyrd(&mut self) -> SCKSTOPBYRD_W[src]

Bit 8 - SCK is stopped during command sequence because Async RX FIFO full interrupt.

pub fn sckstopbywr(&mut self) -> SCKSTOPBYWR_W[src]

Bit 9 - SCK is stopped during command sequence because Async TX FIFO empty interrupt.

pub fn ahbbustimeout(&mut self) -> AHBBUSTIMEOUT_W[src]

Bit 10 - AHB Bus timeout interrupt.Refer Interrupts chapter for more details.

pub fn seqtimeout(&mut self) -> SEQTIMEOUT_W[src]

Bit 11 - Sequence execution timeout interrupt.