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