pub struct W(/* private fields */);
Expand description
Register CC2_CTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn prssel(&mut self) -> PRSSEL_W<'_, 6>
pub fn prssel(&mut self) -> PRSSEL_W<'_, 6>
Bits 6:9 - Compare/Capture Channel PRS Input Channel Selection
Sourcepub fn compbase(&mut self) -> COMPBASE_W<'_, 11>
pub fn compbase(&mut self) -> COMPBASE_W<'_, 11>
Bit 11 - Capture Compare Channel Comparison Base
Sourcepub fn compmask(&mut self) -> COMPMASK_W<'_, 12>
pub fn compmask(&mut self) -> COMPMASK_W<'_, 12>
Bits 12:16 - Capture Compare Channel Comparison Mask
Methods from Deref<Target = W<CC2_CTRL_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