pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn autotrimen(&mut self) -> _AUTOTRIMENW<'_>
pub fn autotrimen(&mut self) -> _AUTOTRIMENW<'_>
Bit 6 - Automatic trimming enable
Sourcepub fn errie(&mut self) -> _ERRIEW<'_>
pub fn errie(&mut self) -> _ERRIEW<'_>
Bit 2 - Synchronization or trimming error interrupt enable
Sourcepub fn syncwarnie(&mut self) -> _SYNCWARNIEW<'_>
pub fn syncwarnie(&mut self) -> _SYNCWARNIEW<'_>
Bit 1 - SYNC warning interrupt enable
Sourcepub fn syncokie(&mut self) -> _SYNCOKIEW<'_>
pub fn syncokie(&mut self) -> _SYNCOKIEW<'_>
Bit 0 - SYNC event OK interrupt enable
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