Struct nrf52840_pac::power::intenset::R
source · pub struct R(/* private fields */);
Expand description
Register INTENSET
reader
Implementations§
source§impl R
impl R
sourcepub fn sleepenter(&self) -> SLEEPENTER_R
pub fn sleepenter(&self) -> SLEEPENTER_R
Bit 5 - Write ‘1’ to enable interrupt for SLEEPENTER event
sourcepub fn sleepexit(&self) -> SLEEPEXIT_R
pub fn sleepexit(&self) -> SLEEPEXIT_R
Bit 6 - Write ‘1’ to enable interrupt for SLEEPEXIT event
sourcepub fn usbdetected(&self) -> USBDETECTED_R
pub fn usbdetected(&self) -> USBDETECTED_R
Bit 7 - Write ‘1’ to enable interrupt for USBDETECTED event
sourcepub fn usbremoved(&self) -> USBREMOVED_R
pub fn usbremoved(&self) -> USBREMOVED_R
Bit 8 - Write ‘1’ to enable interrupt for USBREMOVED event
sourcepub fn usbpwrrdy(&self) -> USBPWRRDY_R
pub fn usbpwrrdy(&self) -> USBPWRRDY_R
Bit 9 - Write ‘1’ to enable interrupt for USBPWRRDY event
Methods from Deref<Target = R<INTENSET_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