pub struct W(/* private fields */);
Expand description
Register MCUCR
writer
Implementations§
source§impl W
impl W
sourcepub fn ivce(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 0>
pub fn ivce(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 0>
Bit 0 - No Description.
sourcepub fn ivsel(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 1>
pub fn ivsel(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 1>
Bit 1 - No Description.
sourcepub fn pud(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 4>
pub fn pud(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 4>
Bit 4 - No Description.
sourcepub fn bodse(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 5>
pub fn bodse(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 5>
Bit 5 - BOD Sleep Enable
sourcepub fn bods(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 6>
pub fn bods(&mut self) -> BitWriterRaw<'_, u8, MCUCR_SPEC, bool, BitM, 6>
Bit 6 - BOD Sleep
Methods from Deref<Target = W<MCUCR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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