pub struct TRIM_W<'a> { /* private fields */ }
Expand description
Field TRIM
writer - 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.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TRIM_W<'a>
impl<'a> RefUnwindSafe for TRIM_W<'a>
impl<'a> Send for TRIM_W<'a>
impl<'a> Sync for TRIM_W<'a>
impl<'a> Unpin for TRIM_W<'a>
impl<'a> !UnwindSafe for TRIM_W<'a>
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