pub struct W(/* private fields */);Expand description
Register PRER writer
Implementations§
source§impl W
impl W
sourcepub fn prediv_s(
&mut self
) -> FieldWriterRaw<'_, u32, PRER_SPEC, u16, u16, Safe, 15, 0>
pub fn prediv_s( &mut self ) -> FieldWriterRaw<'_, u32, PRER_SPEC, u16, u16, Safe, 15, 0>
Bits 0:14 - Synchronous prescaler factor This is the synchronous division factor: ck_spre frequency = ck_apre frequency/(PREDIV_S+1)
Methods from Deref<Target = W<PRER_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§
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