Struct stm32wlxx_hal::pac::rtc::scr::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register SCR
writer
Implementations§
§impl W
impl W
pub fn cssruf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CALRAF_AW, BitM, 6>
pub fn cssruf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CALRAF_AW, BitM, 6>
Bit 6 - Clear SSR underflow flag
pub fn citsf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CALRAF_AW, BitM, 5>
pub fn citsf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CALRAF_AW, BitM, 5>
Bit 5 - Clear internal timestamp flag
pub fn ctsovf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CALRAF_AW, BitM, 4>
pub fn ctsovf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CALRAF_AW, BitM, 4>
Bit 4 - Clear timestamp overflow flag
pub fn ctsf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CALRAF_AW, BitM, 3>
pub fn ctsf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CALRAF_AW, BitM, 3>
Bit 3 - Clear timestamp flag
pub fn cwutf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CALRAF_AW, BitM, 2>
pub fn cwutf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CALRAF_AW, BitM, 2>
Bit 2 - Clear wakeup timer flag
pub fn calrbf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CALRAF_AW, BitM, 1>
pub fn calrbf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CALRAF_AW, BitM, 1>
Bit 1 - Clear alarm B flag
Methods from Deref<Target = W<SCR_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