pub struct EN1_W<'a> { /* private fields */ }Expand description
Field EN1 writer - DAC channel1 enable This bit is set and cleared by software to enable/disable DAC channel1.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for EN1_W<'a>
impl<'a> RefUnwindSafe for EN1_W<'a>
impl<'a> Send for EN1_W<'a>
impl<'a> Sync for EN1_W<'a>
impl<'a> Unpin for EN1_W<'a>
impl<'a> !UnwindSafe for EN1_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