pub struct RTC_INT_W<'a> { /* private fields */ }
Expand description
Field rtc_int
writer - RTC interrupt flag
Implementations
sourceimpl<'a> RTC_INT_W<'a>
impl<'a> RTC_INT_W<'a>
sourcepub fn no_interrupt(self) -> &'a mut W
pub fn no_interrupt(self) -> &'a mut W
No RTC interrupt is generated.
sourcepub fn has_interrupt_set_clr(self) -> &'a mut W
pub fn has_interrupt_set_clr(self) -> &'a mut W
RTC interrupt is generated, set clear
Auto Trait Implementations
impl<'a> RefUnwindSafe for RTC_INT_W<'a>
impl<'a> Send for RTC_INT_W<'a>
impl<'a> Sync for RTC_INT_W<'a>
impl<'a> Unpin for RTC_INT_W<'a>
impl<'a> !UnwindSafe for RTC_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