pub struct W(/* private fields */);
Expand description
Register ADCCTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn adc0clksel(&mut self) -> ADC0CLKSEL_W<'_, 4>
pub fn adc0clksel(&mut self) -> ADC0CLKSEL_W<'_, 4>
Bits 4:5 - ADC0 Clock Select
Sourcepub fn adc0clkinv(&mut self) -> ADC0CLKINV_W<'_, 8>
pub fn adc0clkinv(&mut self) -> ADC0CLKINV_W<'_, 8>
Bit 8 - Invert Clock Selected By ADC0CLKSEL
Methods from Deref<Target = W<ADCCTRL_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