pub struct W(/* private fields */);
Expand description
Register CCFG
writer
Implementations§
§impl W
impl W
pub 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
pub 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
pub 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
pub 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
Methods from Deref<Target = W<CCFG_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§
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