pub struct R(/* private fields */);Expand description
Register SYS_CTL_INT2_EN reader
Implementations§
Source§impl R
impl R
Sourcepub fn ddrc_dfs_fail_ien(&self) -> DDRC_DFS_FAIL_IEN_R
pub fn ddrc_dfs_fail_ien(&self) -> DDRC_DFS_FAIL_IEN_R
Bit 7 - ddrc dfs fail interrupt enable bit
Sourcepub fn ddrc_dfs_success_ien(&self) -> DDRC_DFS_SUCCESS_IEN_R
pub fn ddrc_dfs_success_ien(&self) -> DDRC_DFS_SUCCESS_IEN_R
Bit 6 - ddrc dfs success interrupt enable bit
Sourcepub fn soc_dslp_wakup_ien(&self) -> SOC_DSLP_WAKUP_IEN_R
pub fn soc_dslp_wakup_ien(&self) -> SOC_DSLP_WAKUP_IEN_R
Bit 5 - SoC core wake up from DEEPSLEEP mode interrupt enable bit
Sourcepub fn soc_slp1_wakup_ien(&self) -> SOC_SLP1_WAKUP_IEN_R
pub fn soc_slp1_wakup_ien(&self) -> SOC_SLP1_WAKUP_IEN_R
Bit 4 - SoC core wake up from SLEEP1 mode interrupt enable bit
Sourcepub fn soc_slp0_wakup_ien(&self) -> SOC_SLP0_WAKUP_IEN_R
pub fn soc_slp0_wakup_ien(&self) -> SOC_SLP0_WAKUP_IEN_R
Bit 3 - SoC core wake up from SLEEP0 mode interrupt enable bit
Sourcepub fn soc_go_dslp_ien(&self) -> SOC_GO_DSLP_IEN_R
pub fn soc_go_dslp_ien(&self) -> SOC_GO_DSLP_IEN_R
Bit 2 - SoC core entering DEEPSLEEP mode interrupt enable bit
Sourcepub fn soc_go_slp1_ien(&self) -> SOC_GO_SLP1_IEN_R
pub fn soc_go_slp1_ien(&self) -> SOC_GO_SLP1_IEN_R
Bit 1 - SoC core entering SLEEP1 mode interrupt enable bit
Sourcepub fn soc_go_slp0_ien(&self) -> SOC_GO_SLP0_IEN_R
pub fn soc_go_slp0_ien(&self) -> SOC_GO_SLP0_IEN_R
Bit 0 - SoC core entering SLEEP0 mode interrupt enable bit
Methods from Deref<Target = R<SYS_CTL_INT2_EN_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