pub struct W(/* private fields */);Expand description
Register DAC_DHR12RD writer
Implementations§
Source§impl W
impl W
Sourcepub fn dacc1dhr(&mut self) -> DACC1DHR_W<'_>
pub fn dacc1dhr(&mut self) -> DACC1DHR_W<'_>
Bits 0:11 - DAC channel1 12-bit right-aligned data These bits are written by software which specifies 12-bit data for DAC channel1.
Sourcepub fn dacc2dhr(&mut self) -> DACC2DHR_W<'_>
pub fn dacc2dhr(&mut self) -> DACC2DHR_W<'_>
Bits 16:27 - DAC channel2 12-bit right-aligned data These bits are written by software which specifies 12-bit data for DAC channel2.
Methods from Deref<Target = W<DAC_DHR12RD_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