Struct stm32wlxx_hal::pac::tamp::fltcr::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register FLTCR
writer
Implementations§
§impl W
impl W
pub fn tampfreq(
&mut self
) -> FieldWriterRaw<'_, u32, FLTCR_SPEC, u8, TAMPFREQ_A, Safe, 3, 0>
pub fn tampfreq( &mut self ) -> FieldWriterRaw<'_, u32, FLTCR_SPEC, u8, TAMPFREQ_A, Safe, 3, 0>
Bits 0:2 - TAMPFREQ
pub fn tampflt(
&mut self
) -> FieldWriterRaw<'_, u32, FLTCR_SPEC, u8, TAMPFLT_A, Safe, 2, 3>
pub fn tampflt( &mut self ) -> FieldWriterRaw<'_, u32, FLTCR_SPEC, u8, TAMPFLT_A, Safe, 2, 3>
Bits 3:4 - TAMPFLT
pub fn tampprch(
&mut self
) -> FieldWriterRaw<'_, u32, FLTCR_SPEC, u8, TAMPPRCH_A, Safe, 2, 5>
pub fn tampprch( &mut self ) -> FieldWriterRaw<'_, u32, FLTCR_SPEC, u8, TAMPPRCH_A, Safe, 2, 5>
Bits 5:6 - TAMPPRCH
pub fn tamppudis(
&mut self
) -> BitWriterRaw<'_, u32, FLTCR_SPEC, TAMPPUDIS_A, BitM, 7>
pub fn tamppudis( &mut self ) -> BitWriterRaw<'_, u32, FLTCR_SPEC, TAMPPUDIS_A, BitM, 7>
Bit 7 - TAMPPUDIS
Methods from Deref<Target = W<FLTCR_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§
§impl From<W<FLTCR_SPEC>> for W
impl From<W<FLTCR_SPEC>> for W
§fn from(writer: W<FLTCR_SPEC>) -> W
fn from(writer: W<FLTCR_SPEC>) -> W
Converts to this type from the input type.
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