Struct stm32wlxx_hal::pac::pka::clrfr::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CLRFR
writer
Implementations§
§impl W
impl W
pub fn addrerrfc(
&mut self
) -> BitWriterRaw<'_, u32, CLRFR_SPEC, ADDRERRFC_AW, BitM, 20>
pub fn addrerrfc( &mut self ) -> BitWriterRaw<'_, u32, CLRFR_SPEC, ADDRERRFC_AW, BitM, 20>
Bit 20 - Clear Address error flag
pub fn ramerrfc(
&mut self
) -> BitWriterRaw<'_, u32, CLRFR_SPEC, RAMERRFC_AW, BitM, 19>
pub fn ramerrfc( &mut self ) -> BitWriterRaw<'_, u32, CLRFR_SPEC, RAMERRFC_AW, BitM, 19>
Bit 19 - Clear PKA RAM error flag
pub fn procendfc(
&mut self
) -> BitWriterRaw<'_, u32, CLRFR_SPEC, PROCENDFC_AW, BitM, 17>
pub fn procendfc( &mut self ) -> BitWriterRaw<'_, u32, CLRFR_SPEC, PROCENDFC_AW, BitM, 17>
Bit 17 - Clear PKA End of Operation flag
Methods from Deref<Target = W<CLRFR_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<CLRFR_SPEC>> for W
impl From<W<CLRFR_SPEC>> for W
§fn from(writer: W<CLRFR_SPEC>) -> W
fn from(writer: W<CLRFR_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