Struct stm32wlxx_hal::pac::tim1::egr::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register EGR
writer
Implementations§
§impl W
impl W
pub fn comg(&mut self) -> BitWriterRaw<'_, u32, EGR_SPEC, COMG_AW, BitM, 5>
pub fn comg(&mut self) -> BitWriterRaw<'_, u32, EGR_SPEC, COMG_AW, BitM, 5>
Bit 5 - Capture/Compare control update generation
pub fn cc4g(&mut self) -> BitWriterRaw<'_, u32, EGR_SPEC, CC1G_AW, BitM, 4>
pub fn cc4g(&mut self) -> BitWriterRaw<'_, u32, EGR_SPEC, CC1G_AW, BitM, 4>
Bit 4 - Capture/Compare 4 generation
pub fn cc3g(&mut self) -> BitWriterRaw<'_, u32, EGR_SPEC, CC1G_AW, BitM, 3>
pub fn cc3g(&mut self) -> BitWriterRaw<'_, u32, EGR_SPEC, CC1G_AW, BitM, 3>
Bit 3 - Capture/Compare 3 generation
pub fn cc2g(&mut self) -> BitWriterRaw<'_, u32, EGR_SPEC, CC1G_AW, BitM, 2>
pub fn cc2g(&mut self) -> BitWriterRaw<'_, u32, EGR_SPEC, CC1G_AW, BitM, 2>
Bit 2 - Capture/Compare 2 generation
Methods from Deref<Target = W<EGR_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§
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