pub struct W(/* private fields */);Expand description
Register REFOCON writer
Implementations§
Source§impl W
impl W
Sourcepub fn rosel(&mut self) -> FieldWriterRaw<'_, REFOCON_SPEC, 4, 0>
pub fn rosel(&mut self) -> FieldWriterRaw<'_, REFOCON_SPEC, 4, 0>
Bits 0:3
Sourcepub fn active(&mut self) -> BitWriterRaw<'_, REFOCON_SPEC, 8>
pub fn active(&mut self) -> BitWriterRaw<'_, REFOCON_SPEC, 8>
Bit 8
Sourcepub fn divswen(&mut self) -> BitWriterRaw<'_, REFOCON_SPEC, 9>
pub fn divswen(&mut self) -> BitWriterRaw<'_, REFOCON_SPEC, 9>
Bit 9
Sourcepub fn rslp(&mut self) -> BitWriterRaw<'_, REFOCON_SPEC, 11>
pub fn rslp(&mut self) -> BitWriterRaw<'_, REFOCON_SPEC, 11>
Bit 11
Sourcepub fn oe(&mut self) -> BitWriterRaw<'_, REFOCON_SPEC, 12>
pub fn oe(&mut self) -> BitWriterRaw<'_, REFOCON_SPEC, 12>
Bit 12
Sourcepub fn sidl(&mut self) -> BitWriterRaw<'_, REFOCON_SPEC, 13>
pub fn sidl(&mut self) -> BitWriterRaw<'_, REFOCON_SPEC, 13>
Bit 13
Sourcepub fn frz(&mut self) -> BitWriterRaw<'_, REFOCON_SPEC, 14>
pub fn frz(&mut self) -> BitWriterRaw<'_, REFOCON_SPEC, 14>
Bit 14
Sourcepub fn on(&mut self) -> BitWriterRaw<'_, REFOCON_SPEC, 15>
pub fn on(&mut self) -> BitWriterRaw<'_, REFOCON_SPEC, 15>
Bit 15
Sourcepub fn rodiv(&mut self) -> FieldWriterRaw<'_, REFOCON_SPEC, 15, 16, u16>
pub fn rodiv(&mut self) -> FieldWriterRaw<'_, REFOCON_SPEC, 15, 16, u16>
Bits 16:30
Methods from Deref<Target = W<REFOCON_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 UnsafeUnpin 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