pub struct W(/* private fields */);
Expand description
Register ccr%s
writer
Implementations§
source§impl W
impl W
sourcepub fn capinv(&mut self) -> CAPINV_W<'_, 0>
pub fn capinv(&mut self) -> CAPINV_W<'_, 0>
Bit 0 - Inverse the signal input from capture channel before 16-bit counter of capture channel.
sourcepub fn cflf(&mut self) -> CFLF_W<'_, 3>
pub fn cflf(&mut self) -> CFLF_W<'_, 3>
Bit 3 - When the capture channel captures a falling edge, the current value of the 16-bit up-counter is latched to CFLR, and then this bit is set 1 by hardware.
Write 1 to clear this bit.
Methods from Deref<Target = W<CCR_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