Struct stm32wlxx_hal::pac::pwr::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 cc2hf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, bool, BitM, 14>
pub fn cc2hf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, bool, BitM, 14>
Bit 14 - lear CPU2 Hold interrupt flag
pub fn cwrfbusyf(
&mut self
) -> BitWriterRaw<'_, u32, SCR_SPEC, CWRFBUSYF_AW, BitM, 11>
pub fn cwrfbusyf( &mut self ) -> BitWriterRaw<'_, u32, SCR_SPEC, CWRFBUSYF_AW, BitM, 11>
Bit 11 - Clear wakeup Radio BUSY flag
pub fn cwpvdf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CWPVDF_AW, BitM, 8>
pub fn cwpvdf(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CWPVDF_AW, BitM, 8>
Bit 8 - Clear wakeup PVD interrupt flag
pub fn cwuf3(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CWUF3_AW, BitM, 2>
pub fn cwuf3(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CWUF3_AW, BitM, 2>
Bit 2 - Clear wakeup flag 3
pub fn cwuf2(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CWUF2_AW, BitM, 1>
pub fn cwuf2(&mut self) -> BitWriterRaw<'_, u32, SCR_SPEC, CWUF2_AW, BitM, 1>
Bit 1 - Clear wakeup flag 2
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