pub struct W(/* private fields */);
Expand description
Register INTENCLR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn pofwarn(&mut self) -> POFWARN_W<'_, 2>
pub fn pofwarn(&mut self) -> POFWARN_W<'_, 2>
Bit 2 - Write ‘1’ to disable interrupt for POFWARN event
Sourcepub fn sleepenter(&mut self) -> SLEEPENTER_W<'_, 5>
pub fn sleepenter(&mut self) -> SLEEPENTER_W<'_, 5>
Bit 5 - Write ‘1’ to disable interrupt for SLEEPENTER event
Sourcepub fn sleepexit(&mut self) -> SLEEPEXIT_W<'_, 6>
pub fn sleepexit(&mut self) -> SLEEPEXIT_W<'_, 6>
Bit 6 - Write ‘1’ to disable interrupt for SLEEPEXIT event
Sourcepub fn usbdetected(&mut self) -> USBDETECTED_W<'_, 7>
pub fn usbdetected(&mut self) -> USBDETECTED_W<'_, 7>
Bit 7 - Write ‘1’ to disable interrupt for USBDETECTED event
Sourcepub fn usbremoved(&mut self) -> USBREMOVED_W<'_, 8>
pub fn usbremoved(&mut self) -> USBREMOVED_W<'_, 8>
Bit 8 - Write ‘1’ to disable interrupt for USBREMOVED event
Sourcepub fn usbpwrrdy(&mut self) -> USBPWRRDY_W<'_, 9>
pub fn usbpwrrdy(&mut self) -> USBPWRRDY_W<'_, 9>
Bit 9 - Write ‘1’ to disable interrupt for USBPWRRDY event
Methods from Deref<Target = W<INTENCLR_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