pub struct W(_);
Expand description
Register CAP_CH1_CFG
writer
Implementations
sourceimpl W
impl W
sourcepub fn cap1_mode(&mut self) -> CAP1_MODE_W<'_, 1>
pub fn cap1_mode(&mut self) -> CAP1_MODE_W<'_, 1>
Bits 1:2
sourcepub fn cap1_prescale(&mut self) -> CAP1_PRESCALE_W<'_, 3>
pub fn cap1_prescale(&mut self) -> CAP1_PRESCALE_W<'_, 3>
Bits 3:10
sourcepub fn cap1_in_invert(&mut self) -> CAP1_IN_INVERT_W<'_, 11>
pub fn cap1_in_invert(&mut self) -> CAP1_IN_INVERT_W<'_, 11>
Bit 11
Methods from Deref<Target = W<CAP_CH1_CFG_SPEC>>
Trait Implementations
sourceimpl From<W<CAP_CH1_CFG_SPEC>> for W
impl From<W<CAP_CH1_CFG_SPEC>> for W
sourcefn from(writer: W<CAP_CH1_CFG_SPEC>) -> Self
fn from(writer: W<CAP_CH1_CFG_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more