pub struct W(/* private fields */);Expand description
Register SYS_CTL_INT2_EN writer
Implementations§
Source§impl W
impl W
Sourcepub fn ddrc_dfs_fail_ien(&mut self) -> DDRC_DFS_FAIL_IEN_W<'_>
pub fn ddrc_dfs_fail_ien(&mut self) -> DDRC_DFS_FAIL_IEN_W<'_>
Bit 7 - ddrc dfs fail interrupt enable bit
Sourcepub fn ddrc_dfs_success_ien(&mut self) -> DDRC_DFS_SUCCESS_IEN_W<'_>
pub fn ddrc_dfs_success_ien(&mut self) -> DDRC_DFS_SUCCESS_IEN_W<'_>
Bit 6 - ddrc dfs success interrupt enable bit
Sourcepub fn soc_dslp_wakup_ien(&mut self) -> SOC_DSLP_WAKUP_IEN_W<'_>
pub fn soc_dslp_wakup_ien(&mut self) -> SOC_DSLP_WAKUP_IEN_W<'_>
Bit 5 - SoC core wake up from DEEPSLEEP mode interrupt enable bit
Sourcepub fn soc_slp1_wakup_ien(&mut self) -> SOC_SLP1_WAKUP_IEN_W<'_>
pub fn soc_slp1_wakup_ien(&mut self) -> SOC_SLP1_WAKUP_IEN_W<'_>
Bit 4 - SoC core wake up from SLEEP1 mode interrupt enable bit
Sourcepub fn soc_slp0_wakup_ien(&mut self) -> SOC_SLP0_WAKUP_IEN_W<'_>
pub fn soc_slp0_wakup_ien(&mut self) -> SOC_SLP0_WAKUP_IEN_W<'_>
Bit 3 - SoC core wake up from SLEEP0 mode interrupt enable bit
Sourcepub fn soc_go_dslp_ien(&mut self) -> SOC_GO_DSLP_IEN_W<'_>
pub fn soc_go_dslp_ien(&mut self) -> SOC_GO_DSLP_IEN_W<'_>
Bit 2 - SoC core entering DEEPSLEEP mode interrupt enable bit
Sourcepub fn soc_go_slp1_ien(&mut self) -> SOC_GO_SLP1_IEN_W<'_>
pub fn soc_go_slp1_ien(&mut self) -> SOC_GO_SLP1_IEN_W<'_>
Bit 1 - SoC core entering SLEEP1 mode interrupt enable bit
Sourcepub fn soc_go_slp0_ien(&mut self) -> SOC_GO_SLP0_IEN_W<'_>
pub fn soc_go_slp0_ien(&mut self) -> SOC_GO_SLP0_IEN_W<'_>
Bit 0 - SoC core entering SLEEP0 mode interrupt enable bit
Methods from Deref<Target = W<SYS_CTL_INT2_EN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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