Struct W
pub struct W(/* private fields */);
Expand description
Register DLLCR
writer
Implementations§
§impl W
impl W
pub fn calrte(
&mut self,
) -> FieldWriterRaw<'_, u32, DLLCR_SPEC, u8, u8, Unsafe, 2, 2>
pub fn calrte( &mut self, ) -> FieldWriterRaw<'_, u32, DLLCR_SPEC, u8, u8, Unsafe, 2, 2>
Bits 2:3 - DLL Calibration rate
pub fn calen(&mut self) -> BitWriterRaw<'_, u32, DLLCR_SPEC, bool, BitM, 1>
pub fn calen(&mut self) -> BitWriterRaw<'_, u32, DLLCR_SPEC, bool, BitM, 1>
Bit 1 - DLL Calibration Enable
pub fn cal(&mut self) -> BitWriterRaw<'_, u32, DLLCR_SPEC, bool, BitM, 0>
pub fn cal(&mut self) -> BitWriterRaw<'_, u32, DLLCR_SPEC, bool, BitM, 0>
Bit 0 - DLL Calibration Start
Methods from Deref<Target = W<DLLCR_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<DLLCR_SPEC>> for W
impl From<W<DLLCR_SPEC>> for W
§fn from(writer: W<DLLCR_SPEC>) -> W
fn from(writer: W<DLLCR_SPEC>) -> W
Converts to this type from the input type.
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