pub struct W(/* private fields */);Expand description
Register CR writer
Implementations§
Source§impl W
impl W
Sourcepub fn wave1(&mut self) -> WAVE1_W<'_>
pub fn wave1(&mut self) -> WAVE1_W<'_>
Bits 6:7 - DAC channel1 noise/triangle wave generation enable
Sourcepub fn dmaudrie1(&mut self) -> DMAUDRIE1_W<'_>
pub fn dmaudrie1(&mut self) -> DMAUDRIE1_W<'_>
Bit 13 - DAC channel1 DMA Underrun Interrupt enable
Sourcepub fn wave2(&mut self) -> WAVE2_W<'_>
pub fn wave2(&mut self) -> WAVE2_W<'_>
Bits 22:23 - DAC channel2 noise/triangle wave generation enable
Sourcepub fn dmaudrie2(&mut self) -> DMAUDRIE2_W<'_>
pub fn dmaudrie2(&mut self) -> DMAUDRIE2_W<'_>
Bit 29 - DAC channel2 DMA underrun interrupt enable
Methods from Deref<Target = W<CR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
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