pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn dmaudrie2(&mut self) -> _DMAUDRIE2W<'_>
pub fn dmaudrie2(&mut self) -> _DMAUDRIE2W<'_>
Bit 29 - DAC channel2 DMA underrun interrupt enable
Sourcepub fn wave2(&mut self) -> _WAVE2W<'_>
pub fn wave2(&mut self) -> _WAVE2W<'_>
Bits 22:23 - DAC channel2 noise/triangle wave generation enable
Sourcepub fn dmaudrie1(&mut self) -> _DMAUDRIE1W<'_>
pub fn dmaudrie1(&mut self) -> _DMAUDRIE1W<'_>
Bit 13 - DAC channel1 DMA Underrun Interrupt enable
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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