Struct w806_pac::pmu::interrupt_source::IO_WAKE_INT_W
source · [−]pub struct IO_WAKE_INT_W<'a> { /* private fields */ }
Expand description
Field io_wake_int
writer - IO wake up interrupt flag
Implementations
sourceimpl<'a> IO_WAKE_INT_W<'a>
impl<'a> IO_WAKE_INT_W<'a>
sourcepub fn variant(self, variant: IO_WAKE_INT_A) -> &'a mut W
pub fn variant(self, variant: IO_WAKE_INT_A) -> &'a mut W
Writes variant
to the field
sourcepub fn no_interrupt(self) -> &'a mut W
pub fn no_interrupt(self) -> &'a mut W
No IO wake up interrupt is generated.
sourcepub fn has_interrupt_set_clr(self) -> &'a mut W
pub fn has_interrupt_set_clr(self) -> &'a mut W
IO wake up interrupt is generated, set clear
Auto Trait Implementations
impl<'a> RefUnwindSafe for IO_WAKE_INT_W<'a>
impl<'a> Send for IO_WAKE_INT_W<'a>
impl<'a> Sync for IO_WAKE_INT_W<'a>
impl<'a> Unpin for IO_WAKE_INT_W<'a>
impl<'a> !UnwindSafe for IO_WAKE_INT_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more