pub struct W(_);Expand description
Register CCR writer
Implementations
sourceimpl W
impl W
sourcepub fn trim(
&mut self
) -> FieldWriterRaw<'_, u32, CCR_SPEC, u8, u8, Unsafe, 6, 0>
pub fn trim(
&mut self
) -> FieldWriterRaw<'_, u32, CCR_SPEC, u8, u8, Unsafe, 6, 0>
Bits 0:5 - Trimming code These bits are automatically initialized after reset with the trimming value stored in the Flash memory during the production test. Writing into these bits allows to tune the internal reference buffer voltage.
Methods from Deref<Target = W<CCR_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