pub struct R(/* private fields */);Expand description
Register CC2_CTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn prssel(&self) -> PRSSEL_R
pub fn prssel(&self) -> PRSSEL_R
Bits 6:10 - Compare/Capture Channel PRS Input Channel Selection
Sourcepub fn compbase(&self) -> COMPBASE_R
pub fn compbase(&self) -> COMPBASE_R
Bit 11 - Capture Compare Channel Comparison Base
Sourcepub fn compmask(&self) -> COMPMASK_R
pub fn compmask(&self) -> COMPMASK_R
Bits 12:16 - Capture Compare Channel Comparison Mask
Methods from Deref<Target = R<CC2_CTRL_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