pub struct W(/* private fields */);
Expand description
Register INPUTSEL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn vddlevel(&mut self) -> VDDLEVEL_W<'_>
pub fn vddlevel(&mut self) -> VDDLEVEL_W<'_>
Bits 8:13 - VDD Reference Level
Sourcepub fn csresen(&mut self) -> CSRESEN_W<'_>
pub fn csresen(&mut self) -> CSRESEN_W<'_>
Bit 24 - Capacitive Sense Mode Internal Resistor Enable
Sourcepub fn csressel(&mut self) -> CSRESSEL_W<'_>
pub fn csressel(&mut self) -> CSRESSEL_W<'_>
Bits 28:29 - Capacitive Sense Mode Internal Resistor Select
Methods from Deref<Target = W<INPUTSEL_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