pub struct W(_);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.