[][src]Type Definition lpc55s6x_pac::dgbmailbox::csw::R

type R = R<u32, CSW>;

Reader of register CSW

Methods

impl R[src]

pub fn resynch_req(&self) -> RESYNCH_REQ_R[src]

Bit 0 - Debugger will set this bit to 1 to request a resynchronrisation

pub fn req_pending(&self) -> REQ_PENDING_R[src]

Bit 1 - Request is pending from debugger (i.e unread value in REQUEST)

pub fn dbg_or_err(&self) -> DBG_OR_ERR_R[src]

Bit 2 - Debugger overrun error (previous REQUEST overwritten before being picked up by ROM)

pub fn ahb_or_err(&self) -> AHB_OR_ERR_R[src]

Bit 3 - AHB overrun Error (Return value overwritten by ROM)

pub fn soft_reset(&self) -> SOFT_RESET_R[src]

Bit 4 - Soft Reset for DM (write-only from AHB, not readable and selfclearing). A write to this bit will cause a soft reset for DM.