pub struct W(/* private fields */);
Expand description
Register DIDR0
writer
Implementations§
source§impl W
impl W
sourcepub fn adc1d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 2>
pub fn adc1d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 2>
Bit 2 - ADC1 Digital input Disable
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 - ADC3 Digital input Disable
sourcepub fn adc2d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 4>
pub fn adc2d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 4>
Bit 4 - ADC2 Digital input Disable
sourcepub fn adc0d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 5>
pub fn adc0d(&mut self) -> BitWriterRaw<'_, u8, DIDR0_SPEC, bool, BitM, 5>
Bit 5 - ADC0 Digital input Disable
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