pub struct W(/* private fields */);
Expand description
Register PCNTCTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn pcnt0clken(&mut self) -> PCNT0CLKEN_W<'_>
pub fn pcnt0clken(&mut self) -> PCNT0CLKEN_W<'_>
Bit 0 - PCNT0 Clock Enable
Sourcepub fn pcnt0clksel(&mut self) -> PCNT0CLKSEL_W<'_>
pub fn pcnt0clksel(&mut self) -> PCNT0CLKSEL_W<'_>
Bit 1 - PCNT0 Clock Select
Sourcepub fn pcnt1clken(&mut self) -> PCNT1CLKEN_W<'_>
pub fn pcnt1clken(&mut self) -> PCNT1CLKEN_W<'_>
Bit 2 - PCNT1 Clock Enable
Sourcepub fn pcnt1clksel(&mut self) -> PCNT1CLKSEL_W<'_>
pub fn pcnt1clksel(&mut self) -> PCNT1CLKSEL_W<'_>
Bit 3 - PCNT1 Clock Select
Sourcepub fn pcnt2clken(&mut self) -> PCNT2CLKEN_W<'_>
pub fn pcnt2clken(&mut self) -> PCNT2CLKEN_W<'_>
Bit 4 - PCNT2 Clock Enable
Sourcepub fn pcnt2clksel(&mut self) -> PCNT2CLKSEL_W<'_>
pub fn pcnt2clksel(&mut self) -> PCNT2CLKSEL_W<'_>
Bit 5 - PCNT2 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