pub struct W(/* private fields */);
Expand description
Register ADCCTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn adc0clkdiv(&mut self) -> ADC0CLKDIV_W<'_>
pub fn adc0clkdiv(&mut self) -> ADC0CLKDIV_W<'_>
Bits 0:1 - ADC0 Clock Prescaler
Sourcepub fn adc0clksel(&mut self) -> ADC0CLKSEL_W<'_>
pub fn adc0clksel(&mut self) -> ADC0CLKSEL_W<'_>
Bits 4:5 - ADC0 Clock Select
Sourcepub fn adc0clkinv(&mut self) -> ADC0CLKINV_W<'_>
pub fn adc0clkinv(&mut self) -> ADC0CLKINV_W<'_>
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