pub struct R(/* private fields */);
Expand description
Register PCNTCTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn pcnt0clken(&self) -> PCNT0CLKEN_R
pub fn pcnt0clken(&self) -> PCNT0CLKEN_R
Bit 0 - PCNT0 Clock Enable
Sourcepub fn pcnt0clksel(&self) -> PCNT0CLKSEL_R
pub fn pcnt0clksel(&self) -> PCNT0CLKSEL_R
Bit 1 - PCNT0 Clock Select
Sourcepub fn pcnt1clken(&self) -> PCNT1CLKEN_R
pub fn pcnt1clken(&self) -> PCNT1CLKEN_R
Bit 2 - PCNT1 Clock Enable
Sourcepub fn pcnt1clksel(&self) -> PCNT1CLKSEL_R
pub fn pcnt1clksel(&self) -> PCNT1CLKSEL_R
Bit 3 - PCNT1 Clock Select
Sourcepub fn pcnt2clken(&self) -> PCNT2CLKEN_R
pub fn pcnt2clken(&self) -> PCNT2CLKEN_R
Bit 4 - PCNT2 Clock Enable
Sourcepub fn pcnt2clksel(&self) -> PCNT2CLKSEL_R
pub fn pcnt2clksel(&self) -> PCNT2CLKSEL_R
Bit 5 - PCNT2 Clock Select
Methods from Deref<Target = R<PCNTCTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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