Struct stm32wlxx_hal::pac::tim1::ccr5::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CCR5
writer
Implementations§
§impl W
impl W
pub fn gc5c3(&mut self) -> BitWriterRaw<'_, u32, CCR5_SPEC, GC5C3_A, BitM, 31>
pub fn gc5c3(&mut self) -> BitWriterRaw<'_, u32, CCR5_SPEC, GC5C3_A, BitM, 31>
Bit 31 - Group Channel 5 and Channel 3
pub fn gc5c2(&mut self) -> BitWriterRaw<'_, u32, CCR5_SPEC, GC5C2_A, BitM, 30>
pub fn gc5c2(&mut self) -> BitWriterRaw<'_, u32, CCR5_SPEC, GC5C2_A, BitM, 30>
Bit 30 - Group Channel 5 and Channel 2
pub fn gc5c1(&mut self) -> BitWriterRaw<'_, u32, CCR5_SPEC, GC5C1_A, BitM, 29>
pub fn gc5c1(&mut self) -> BitWriterRaw<'_, u32, CCR5_SPEC, GC5C1_A, BitM, 29>
Bit 29 - Group Channel 5 and Channel 1
Methods from Deref<Target = W<CCR5_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