Struct stm32wlxx_hal::pac::tamp::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 ctamp1f(
&mut self
) -> BitWriterRaw<'_, u32, SCR_SPEC, CTAMP1F_AW, BitM, 0>
pub fn ctamp1f( &mut self ) -> BitWriterRaw<'_, u32, SCR_SPEC, CTAMP1F_AW, BitM, 0>
Bit 0 - CTAMP1F
pub fn ctamp2f(
&mut self
) -> BitWriterRaw<'_, u32, SCR_SPEC, CTAMP1F_AW, BitM, 1>
pub fn ctamp2f( &mut self ) -> BitWriterRaw<'_, u32, SCR_SPEC, CTAMP1F_AW, BitM, 1>
Bit 1 - CTAMP2F
pub fn ctamp3f(
&mut self
) -> BitWriterRaw<'_, u32, SCR_SPEC, CTAMP1F_AW, BitM, 2>
pub fn ctamp3f( &mut self ) -> BitWriterRaw<'_, u32, SCR_SPEC, CTAMP1F_AW, BitM, 2>
Bit 2 - CTAMP3F
pub fn citamp3f(
&mut self
) -> BitWriterRaw<'_, u32, SCR_SPEC, CITAMP3F_AW, BitM, 18>
pub fn citamp3f( &mut self ) -> BitWriterRaw<'_, u32, SCR_SPEC, CITAMP3F_AW, BitM, 18>
Bit 18 - CITAMP3F
pub fn citamp5f(
&mut self
) -> BitWriterRaw<'_, u32, SCR_SPEC, CITAMP3F_AW, BitM, 20>
pub fn citamp5f( &mut self ) -> BitWriterRaw<'_, u32, SCR_SPEC, CITAMP3F_AW, BitM, 20>
Bit 20 - CITAMP5F
pub fn citamp6f(
&mut self
) -> BitWriterRaw<'_, u32, SCR_SPEC, CITAMP3F_AW, BitM, 21>
pub fn citamp6f( &mut self ) -> BitWriterRaw<'_, u32, SCR_SPEC, CITAMP3F_AW, BitM, 21>
Bit 21 - CITAMP6F
pub fn citamp8f(
&mut self
) -> BitWriterRaw<'_, u32, SCR_SPEC, CITAMP3F_AW, BitM, 23>
pub fn citamp8f( &mut self ) -> BitWriterRaw<'_, u32, SCR_SPEC, CITAMP3F_AW, BitM, 23>
Bit 23 - CITAMP8F
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