pub struct W(/* private fields */);
Expand description
Register DIDR0
writer
Implementations§
source§impl W
impl W
sourcepub fn adc0d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 0>
pub fn adc0d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 0>
Bit 0 - No Description.
sourcepub fn adc1d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 1>
pub fn adc1d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 1>
Bit 1 - No Description.
sourcepub fn adc2d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 2>
pub fn adc2d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 2>
Bit 2 - No Description.
sourcepub fn adc3d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 3>
pub fn adc3d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 3>
Bit 3 - No Description.
sourcepub fn adc4d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 4>
pub fn adc4d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 4>
Bit 4 - No Description.
sourcepub fn adc5d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 5>
pub fn adc5d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 5>
Bit 5 - No Description.
Methods from Deref<Target = W<DIDR0_SPEC>>§
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