Struct stm32wlxx_hal::pac::tim1::ccmr3_output::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CCMR3_Output
writer
Implementations§
§impl W
impl W
pub 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 - OC6M
pub 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 - OC5M
pub fn oc6ce(
&mut self
) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5CE_A, BitM, 15>
pub fn oc6ce( &mut self ) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5CE_A, BitM, 15>
Bit 15 - OC6CE
pub 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 - OC6M
pub fn oc6pe(
&mut self
) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5PE_A, BitM, 11>
pub fn oc6pe( &mut self ) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5PE_A, BitM, 11>
Bit 11 - OC6PE
pub fn oc6fe(
&mut self
) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5FE_A, BitM, 10>
pub fn oc6fe( &mut self ) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5FE_A, BitM, 10>
Bit 10 - OC6FE
pub fn oc5ce(
&mut self
) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5CE_A, BitM, 7>
pub fn oc5ce( &mut self ) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5CE_A, BitM, 7>
Bit 7 - OC5CE
pub 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 - OC5M
pub fn oc5pe(
&mut self
) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5PE_A, BitM, 3>
pub fn oc5pe( &mut self ) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5PE_A, BitM, 3>
Bit 3 - OC5PE
pub fn oc5fe(
&mut self
) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5FE_A, BitM, 2>
pub fn oc5fe( &mut self ) -> BitWriterRaw<'_, u32, CCMR3_OUTPUT_SPEC, OC5FE_A, BitM, 2>
Bit 2 - OC5FE
Methods from Deref<Target = W<CCMR3_OUTPUT_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<CCMR3_OUTPUT_SPEC>> for W
impl From<W<CCMR3_OUTPUT_SPEC>> for W
§fn from(writer: W<CCMR3_OUTPUT_SPEC>) -> W
fn from(writer: W<CCMR3_OUTPUT_SPEC>) -> W
Converts to this type from the input type.
Auto Trait Implementations§
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