Struct stm32wlxx_hal::pac::wwdg::cfr::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CFR
writer
Implementations§
§impl W
impl W
pub fn ewi(&mut self) -> BitWriterRaw<'_, u32, CFR_SPEC, EWI_AW, BitM, 9>
pub fn ewi(&mut self) -> BitWriterRaw<'_, u32, CFR_SPEC, EWI_AW, BitM, 9>
Bit 9 - Early wakeup interrupt
pub fn w(&mut self) -> FieldWriterRaw<'_, u32, CFR_SPEC, u8, u8, Safe, 7, 0>
pub fn w(&mut self) -> FieldWriterRaw<'_, u32, CFR_SPEC, u8, u8, Safe, 7, 0>
Bits 0:6 - 7-bit window value
Methods from Deref<Target = W<CFR_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