pub struct W(_);
Expand description
Register SSCGR
writer
Implementations
sourceimpl W
impl W
sourcepub fn sscgen(
&mut self
) -> BitWriterRaw<'_, u32, SSCGR_SPEC, SSCGEN_A, BitM, 31>
pub fn sscgen(
&mut self
) -> BitWriterRaw<'_, u32, SSCGR_SPEC, SSCGEN_A, BitM, 31>
Bit 31 - Spread spectrum modulation enable
sourcepub fn spreadsel(
&mut self
) -> BitWriterRaw<'_, u32, SSCGR_SPEC, SPREADSEL_A, BitM, 30>
pub fn spreadsel(
&mut self
) -> BitWriterRaw<'_, u32, SSCGR_SPEC, SPREADSEL_A, BitM, 30>
Bit 30 - Spread Select
sourcepub fn incstep(
&mut self
) -> FieldWriterRaw<'_, u32, SSCGR_SPEC, u16, u16, Safe, 15, 13>
pub fn incstep(
&mut self
) -> FieldWriterRaw<'_, u32, SSCGR_SPEC, u16, u16, Safe, 15, 13>
Bits 13:27 - Incrementation step
Methods from Deref<Target = W<SSCGR_SPEC>>
sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations
sourceimpl From<W<SSCGR_SPEC>> for W
impl From<W<SSCGR_SPEC>> for W
sourcefn from(writer: W<SSCGR_SPEC>) -> W
fn from(writer: W<SSCGR_SPEC>) -> W
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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