pub struct CEN1_W<'a> { /* private fields */ }Expand description
Field CEN1 writer - DAC Channel 1 calibration enable This bit is set and cleared by software to enable/disable DAC channel 1 calibration, it can be written only if bit EN1=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 CEN1_W<'a>
impl<'a> RefUnwindSafe for CEN1_W<'a>
impl<'a> Send for CEN1_W<'a>
impl<'a> Sync for CEN1_W<'a>
impl<'a> Unpin for CEN1_W<'a>
impl<'a> !UnwindSafe for CEN1_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