Struct stm32wlxx_hal::pac::stk::calib::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CALIB
writer
Implementations§
§impl W
impl W
pub 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
pub 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
pub 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>>§
pub 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§
§impl From<W<CALIB_SPEC>> for W
impl From<W<CALIB_SPEC>> for W
§fn from(writer: W<CALIB_SPEC>) -> W
fn from(writer: W<CALIB_SPEC>) -> W
Converts to this type from the input type.
Auto Trait Implementations§
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