pub struct MODE2_W<'a> { /* private fields */ }Expand description
Field MODE2 writer - DAC Channel 2 mode These bits can be written only when the DAC is disabled and not in the calibration mode (when bit EN2=0 and bit CEN2 =0 in the DAC_CR register). If EN2=1 or CEN2 =1 the write operation is ignored. They can be set and cleared by software to select the DAC Channel 2 mode: DAC Channel 2 in normal Mode DAC Channel 2 in sample & hold mode
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MODE2_W<'a>
impl<'a> RefUnwindSafe for MODE2_W<'a>
impl<'a> Send for MODE2_W<'a>
impl<'a> Sync for MODE2_W<'a>
impl<'a> Unpin for MODE2_W<'a>
impl<'a> !UnwindSafe for MODE2_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