pub struct W(/* private fields */);
Expand description
Register PCNTCTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn pcnt0clken(&mut self) -> PCNT0CLKEN_W<'_, 0>
pub fn pcnt0clken(&mut self) -> PCNT0CLKEN_W<'_, 0>
Bit 0 - PCNT0 Clock Enable
Sourcepub fn pcnt0clksel(&mut self) -> PCNT0CLKSEL_W<'_, 1>
pub fn pcnt0clksel(&mut self) -> PCNT0CLKSEL_W<'_, 1>
Bit 1 - PCNT0 Clock Select
Methods from Deref<Target = W<PCNTCTRL_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