pub struct W(_);Expand description
Register CCFG writer
Implementations
sourceimpl W
impl W
sourcepub fn tqbt(
&mut self
) -> FieldWriterRaw<'_, u32, CCFG_SPEC, u8, u8, Unsafe, 5, 0>
pub fn tqbt(
&mut self
) -> FieldWriterRaw<'_, u32, CCFG_SPEC, u8, u8, Unsafe, 5, 0>
Bits 0:4 - Time Quanta per Bit Time
sourcepub fn bcc(&mut self) -> BitWriterRaw<'_, u32, CCFG_SPEC, bool, BitM, 6>
pub fn bcc(&mut self) -> BitWriterRaw<'_, u32, CCFG_SPEC, bool, BitM, 6>
Bit 6 - Bypass Clock Calibration
sourcepub fn cfl(&mut self) -> BitWriterRaw<'_, u32, CCFG_SPEC, bool, BitM, 7>
pub fn cfl(&mut self) -> BitWriterRaw<'_, u32, CCFG_SPEC, bool, BitM, 7>
Bit 7 - Calibration Field Length
sourcepub fn ocpm(
&mut self
) -> FieldWriterRaw<'_, u32, CCFG_SPEC, u8, u8, Unsafe, 8, 8>
pub fn ocpm(
&mut self
) -> FieldWriterRaw<'_, u32, CCFG_SPEC, u8, u8, Unsafe, 8, 8>
Bits 8:15 - Oscillator Clock Periods Minimum
sourcepub fn cdiv(
&mut self
) -> FieldWriterRaw<'_, u32, CCFG_SPEC, u8, u8, Unsafe, 4, 16>
pub fn cdiv(
&mut self
) -> FieldWriterRaw<'_, u32, CCFG_SPEC, u8, u8, Unsafe, 4, 16>
Bits 16:19 - Clock Divider
Methods from Deref<Target = W<CCFG_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
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more