pub struct CEN2_W<'a> { /* private fields */ }Expand description
Field CEN2 writer - DAC Channel 2 calibration enable This bit is set and cleared by software to enable/disable DAC channel 2 calibration, it can be written only if bit EN2=0 into DAC_CR (the calibration mode can be entered/exit only when the DAC channel is disabled) Otherwise, the write operation is ignored.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for CEN2_W<'a>
impl<'a> RefUnwindSafe for CEN2_W<'a>
impl<'a> Send for CEN2_W<'a>
impl<'a> Sync for CEN2_W<'a>
impl<'a> Unpin for CEN2_W<'a>
impl<'a> !UnwindSafe for CEN2_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