pub struct R(/* private fields */);Expand description
Register SYS_CTL_INT2_STAT reader
Implementations§
Source§impl R
impl R
Sourcepub fn ddrc_dfs_fail_stat(&self) -> DDRC_DFS_FAIL_STAT_R
pub fn ddrc_dfs_fail_stat(&self) -> DDRC_DFS_FAIL_STAT_R
Bit 7 - ddrc dfs fail interrupt status bit
Sourcepub fn ddrc_dfs_success_stat(&self) -> DDRC_DFS_SUCCESS_STAT_R
pub fn ddrc_dfs_success_stat(&self) -> DDRC_DFS_SUCCESS_STAT_R
Bit 6 - ddrc dfs success interrupt status bit
Sourcepub fn soc_dslp_wakup_stat(&self) -> SOC_DSLP_WAKUP_STAT_R
pub fn soc_dslp_wakup_stat(&self) -> SOC_DSLP_WAKUP_STAT_R
Bit 5 - SoC core wake up from DEEPSLEEP mode interrupt status bit
Sourcepub fn soc_slp1_wakup_stat(&self) -> SOC_SLP1_WAKUP_STAT_R
pub fn soc_slp1_wakup_stat(&self) -> SOC_SLP1_WAKUP_STAT_R
Bit 4 - SoC core wake up from SLEEP1 mode interrupt status bit
Sourcepub fn soc_slp0_wakup_stat(&self) -> SOC_SLP0_WAKUP_STAT_R
pub fn soc_slp0_wakup_stat(&self) -> SOC_SLP0_WAKUP_STAT_R
Bit 3 - SoC core wake up from SLEEP0 mode interrupt status bit
Sourcepub fn soc_go_dslp_stat(&self) -> SOC_GO_DSLP_STAT_R
pub fn soc_go_dslp_stat(&self) -> SOC_GO_DSLP_STAT_R
Bit 2 - SoC core entering DEEPSLEEP mode interrupt status bit
Sourcepub fn soc_go_slp1_stat(&self) -> SOC_GO_SLP1_STAT_R
pub fn soc_go_slp1_stat(&self) -> SOC_GO_SLP1_STAT_R
Bit 1 - SoC core entering SLEEP1 mode interrupt status bit
Sourcepub fn soc_go_slp0_stat(&self) -> SOC_GO_SLP0_STAT_R
pub fn soc_go_slp0_stat(&self) -> SOC_GO_SLP0_STAT_R
Bit 0 - SoC core entering SLEEP0 mode interrupt status bit
Methods from Deref<Target = R<SYS_CTL_INT2_STAT_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more