pub struct W(_);Expand description
Register INT_CLR writer
Implementations§
source§impl W
impl W
sourcepub fn vddbat_charge_upvoltage_int_clr(
&mut self
) -> VDDBAT_CHARGE_UPVOLTAGE_INT_CLR_W<'_, 27>
pub fn vddbat_charge_upvoltage_int_clr( &mut self ) -> VDDBAT_CHARGE_UPVOLTAGE_INT_CLR_W<'_, 27>
Bit 27 - need_des
sourcepub fn vddbat_charge_undervoltage_int_clr(
&mut self
) -> VDDBAT_CHARGE_UNDERVOLTAGE_INT_CLR_W<'_, 28>
pub fn vddbat_charge_undervoltage_int_clr( &mut self ) -> VDDBAT_CHARGE_UNDERVOLTAGE_INT_CLR_W<'_, 28>
Bit 28 - need_des
sourcepub fn vddbat_upvoltage_int_clr(&mut self) -> VDDBAT_UPVOLTAGE_INT_CLR_W<'_, 29>
pub fn vddbat_upvoltage_int_clr(&mut self) -> VDDBAT_UPVOLTAGE_INT_CLR_W<'_, 29>
Bit 29 - need_des
sourcepub fn vddbat_undervoltage_int_clr(
&mut self
) -> VDDBAT_UNDERVOLTAGE_INT_CLR_W<'_, 30>
pub fn vddbat_undervoltage_int_clr( &mut self ) -> VDDBAT_UNDERVOLTAGE_INT_CLR_W<'_, 30>
Bit 30 - need_des
sourcepub fn bod_mode0_int_clr(&mut self) -> BOD_MODE0_INT_CLR_W<'_, 31>
pub fn bod_mode0_int_clr(&mut self) -> BOD_MODE0_INT_CLR_W<'_, 31>
Bit 31 - need_des
Methods from Deref<Target = W<INT_CLR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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