pub struct W(/* private fields */);Expand description
Register CCMR3_Output writer
Implementations§
Source§impl W
impl W
Sourcepub fn oc5fe(
&mut self,
) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, bool, BitM, 2>
pub fn oc5fe( &mut self, ) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, bool, BitM, 2>
Bit 2 - Output compare 5 fast enable
Sourcepub fn oc5pe(
&mut self,
) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, bool, BitM, 3>
pub fn oc5pe( &mut self, ) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, bool, BitM, 3>
Bit 3 - Output compare 5 preload enable
Sourcepub fn oc5m(
&mut self,
) -> FieldWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, u8, OC5M_A, Safe, 3, 4>
pub fn oc5m( &mut self, ) -> FieldWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, u8, OC5M_A, Safe, 3, 4>
Bits 4:6 - Output compare 5 mode
Sourcepub fn oc5ce(
&mut self,
) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, bool, BitM, 7>
pub fn oc5ce( &mut self, ) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, bool, BitM, 7>
Bit 7 - Output compare 5 clear enable
Sourcepub fn oc6fe(
&mut self,
) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, bool, BitM, 10>
pub fn oc6fe( &mut self, ) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, bool, BitM, 10>
Bit 10 - Output compare 6 fast enable
Sourcepub fn oc6pe(
&mut self,
) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, bool, BitM, 11>
pub fn oc6pe( &mut self, ) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, bool, BitM, 11>
Bit 11 - Output compare 6 preload enable
Sourcepub fn oc6m(
&mut self,
) -> FieldWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, u8, OC5M_A, Safe, 3, 12>
pub fn oc6m( &mut self, ) -> FieldWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, u8, OC5M_A, Safe, 3, 12>
Bits 12:14 - Output compare 6 mode
Sourcepub fn oc6ce(
&mut self,
) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, bool, BitM, 15>
pub fn oc6ce( &mut self, ) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, bool, BitM, 15>
Bit 15 - Output compare 6 clear enable
Sourcepub fn oc5m_3(
&mut self,
) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5M_3_A, BitM, 16>
pub fn oc5m_3( &mut self, ) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5M_3_A, BitM, 16>
Bit 16 - Output Compare 5 mode
Sourcepub fn oc6m_3(
&mut self,
) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5M_3_A, BitM, 24>
pub fn oc6m_3( &mut self, ) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5M_3_A, BitM, 24>
Bit 24 - Output Compare 6 mode
Methods from Deref<Target = W<CCMR3_OUTPUT_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