pub struct W(_);Expand description
Register CALIB writer
Implementations§
source§impl W
impl W
sourcepub fn tenms(
&mut self
) -> FieldWriterRaw<'_, u32, CALIB_SPEC, u32, u32, Unsafe, 24, 0>
pub fn tenms( &mut self ) -> FieldWriterRaw<'_, u32, CALIB_SPEC, u32, u32, Unsafe, 24, 0>
Bits 0:23 - Calibration value
sourcepub fn skew(&mut self) -> BitWriterRaw<'_, u32, CALIB_SPEC, bool, BitM, 30>
pub fn skew(&mut self) -> BitWriterRaw<'_, u32, CALIB_SPEC, bool, BitM, 30>
Bit 30 - SKEW flag: Indicates whether the TENMS value is exact
sourcepub fn noref(&mut self) -> BitWriterRaw<'_, u32, CALIB_SPEC, bool, BitM, 31>
pub fn noref(&mut self) -> BitWriterRaw<'_, u32, CALIB_SPEC, bool, BitM, 31>
Bit 31 - NOREF flag. Reads as zero
Methods from Deref<Target = W<CALIB_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.