Struct daisy::pac::hrtim_timc::timcicr::W
pub struct W(/* private fields */);
Expand description
Register TIMCICR
writer
Implementations§
§impl W
impl W
pub fn dlyprtc(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 14>
pub fn dlyprtc(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 14>
Bit 14 - Delayed Protection Flag Clear
pub fn rstc(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 13>
pub fn rstc(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 13>
Bit 13 - Reset Interrupt flag Clear
pub fn rstx2c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 12>
pub fn rstx2c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 12>
Bit 12 - Output 2 Reset flag Clear
pub fn set2x_c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 11>
pub fn set2x_c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 11>
Bit 11 - Output 2 Set flag Clear
pub fn rstx1c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 10>
pub fn rstx1c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 10>
Bit 10 - Output 1 Reset flag Clear
pub fn set1x_c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 9>
pub fn set1x_c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 9>
Bit 9 - Output 1 Set flag Clear
pub fn cpt2c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 8>
pub fn cpt2c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 8>
Bit 8 - Capture2 Interrupt flag Clear
pub fn cpt1c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 7>
pub fn cpt1c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 7>
Bit 7 - Capture1 Interrupt flag Clear
pub fn updc(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 6>
pub fn updc(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 6>
Bit 6 - Update Interrupt flag Clear
pub fn repc(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 4>
pub fn repc(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 4>
Bit 4 - Repetition Interrupt flag Clear
pub fn cmp4c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 3>
pub fn cmp4c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 3>
Bit 3 - Compare 4 Interrupt flag Clear
pub fn cmp3c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 2>
pub fn cmp3c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 2>
Bit 2 - Compare 3 Interrupt flag Clear
pub fn cmp2c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 1>
pub fn cmp2c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 1>
Bit 1 - Compare 2 Interrupt flag Clear
pub fn cmp1c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 0>
pub fn cmp1c(&mut self) -> BitWriterRaw<'_, u32, TIMCICR_SPEC, bool, BitM, 0>
Bit 0 - Compare 1 Interrupt flag Clear
Methods from Deref<Target = W<TIMCICR_SPEC>>§
pub 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§
§impl From<W<TIMCICR_SPEC>> for W
impl From<W<TIMCICR_SPEC>> for W
§fn from(writer: W<TIMCICR_SPEC>) -> W
fn from(writer: W<TIMCICR_SPEC>) -> W
Converts to this type from the input type.
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