Struct w806_pac::pmu::rtc_register_0::ALARM_INTERRUPT_EN_W
source · [−]pub struct ALARM_INTERRUPT_EN_W<'a> { /* private fields */ }
Expand description
Field alarm_interrupt_en
writer - Alarm interrupt enable
Implementations
sourceimpl<'a> ALARM_INTERRUPT_EN_W<'a>
impl<'a> ALARM_INTERRUPT_EN_W<'a>
sourcepub fn variant(self, variant: ALARM_INTERRUPT_EN_A) -> &'a mut W
pub fn variant(self, variant: ALARM_INTERRUPT_EN_A) -> &'a mut W
Writes variant
to the field
Auto Trait Implementations
impl<'a> RefUnwindSafe for ALARM_INTERRUPT_EN_W<'a>
impl<'a> Send for ALARM_INTERRUPT_EN_W<'a>
impl<'a> Sync for ALARM_INTERRUPT_EN_W<'a>
impl<'a> Unpin for ALARM_INTERRUPT_EN_W<'a>
impl<'a> !UnwindSafe for ALARM_INTERRUPT_EN_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