[][src]Type Definition lpc55s6x_pac::flash::int_status::R

type R = R<u32, INT_STATUS>;

Reader of register INT_STATUS

Methods

impl R[src]

pub fn fail(&self) -> FAIL_R[src]

Bit 0 - This status bit is set if execution of a (legal) command failed.

pub fn err(&self) -> ERR_R[src]

Bit 1 - This status bit is set if execution of an illegal command is detected.

pub fn done(&self) -> DONE_R[src]

Bit 2 - This status bit is set at the end of command execution.

pub fn ecc_err(&self) -> ECC_ERR_R[src]

Bit 3 - This status bit is set if, during a memory read operation (either a user-requested read, or a speculative read, or reads performed by a controller command), a correctable or uncorrectable error is detected by ECC decoding logic.