pub struct W(/* private fields */);
Expand description
Register SR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn cc4of(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1OF_AW, BitM, 12>
pub fn cc4of(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1OF_AW, BitM, 12>
Bit 12 - Capture/Compare 4 overcapture flag
Sourcepub fn cc3of(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1OF_AW, BitM, 11>
pub fn cc3of(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1OF_AW, BitM, 11>
Bit 11 - Capture/Compare 3 overcapture flag
Sourcepub fn cc2of(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1OF_AW, BitM, 10>
pub fn cc2of(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1OF_AW, BitM, 10>
Bit 10 - Capture/compare 2 overcapture flag
Sourcepub fn cc1of(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1OF_AW, BitM, 9>
pub fn cc1of(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1OF_AW, BitM, 9>
Bit 9 - Capture/Compare 1 overcapture flag
Sourcepub fn tif(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, TIF_AW, BitM, 6>
pub fn tif(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, TIF_AW, BitM, 6>
Bit 6 - Trigger interrupt flag
Sourcepub fn cc4if(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1IF_AW, BitM, 4>
pub fn cc4if(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1IF_AW, BitM, 4>
Bit 4 - Capture/Compare 4 interrupt flag
Sourcepub fn cc3if(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1IF_AW, BitM, 3>
pub fn cc3if(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1IF_AW, BitM, 3>
Bit 3 - Capture/Compare 3 interrupt flag
Sourcepub fn cc2if(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1IF_AW, BitM, 2>
pub fn cc2if(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1IF_AW, BitM, 2>
Bit 2 - Capture/Compare 2 interrupt flag
Sourcepub fn cc1if(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1IF_AW, BitM, 1>
pub fn cc1if(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, CC1IF_AW, BitM, 1>
Bit 1 - Capture/compare 1 interrupt flag
Methods from Deref<Target = W<SR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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