#[repr(transparent)]pub struct Sts1(pub u32);Expand description
Status Register 1
Tuple Fields§
§0: u32Implementations§
Source§impl Sts1
impl Sts1
Sourcepub const fn ahbcmderrid(&self) -> u8
pub const fn ahbcmderrid(&self) -> u8
Indicates the sequence index when an AHB command error is detected. This field will be cleared when INTR[AHBCMDERR] is write-1-clear(w1c).
Sourcepub const fn set_ahbcmderrid(&mut self, val: u8)
pub const fn set_ahbcmderrid(&mut self, val: u8)
Indicates the sequence index when an AHB command error is detected. This field will be cleared when INTR[AHBCMDERR] is write-1-clear(w1c).
Sourcepub const fn ahbcmderrcode(&self) -> Ahbcmderrcode
pub const fn ahbcmderrcode(&self) -> Ahbcmderrcode
Indicates the Error Code when AHB command Error detected. This field will be cleared when INTR[AHBCMDERR] is write-1-clear(w1c).
Sourcepub const fn set_ahbcmderrcode(&mut self, val: Ahbcmderrcode)
pub const fn set_ahbcmderrcode(&mut self, val: Ahbcmderrcode)
Indicates the Error Code when AHB command Error detected. This field will be cleared when INTR[AHBCMDERR] is write-1-clear(w1c).
Sourcepub const fn ipcmderrid(&self) -> u8
pub const fn ipcmderrid(&self) -> u8
Indicates the sequence Index when IP command error detected. This field will be cleared when INTR[IPCMDERR] is write-1-clear(w1c).
Sourcepub const fn set_ipcmderrid(&mut self, val: u8)
pub const fn set_ipcmderrid(&mut self, val: u8)
Indicates the sequence Index when IP command error detected. This field will be cleared when INTR[IPCMDERR] is write-1-clear(w1c).
Sourcepub const fn ipcmderrcode(&self) -> Ipcmderrcode
pub const fn ipcmderrcode(&self) -> Ipcmderrcode
Indicates the Error Code when IP command Error detected. This field will be cleared when INTR[IPCMDERR] is write-1-clear(w1c).
Sourcepub const fn set_ipcmderrcode(&mut self, val: Ipcmderrcode)
pub const fn set_ipcmderrcode(&mut self, val: Ipcmderrcode)
Indicates the Error Code when IP command Error detected. This field will be cleared when INTR[IPCMDERR] is write-1-clear(w1c).