Struct stm32wlxx_hal::pac::tzsc::seccfgr1::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register SECCFGR1
writer
Implementations§
§impl W
impl W
pub fn aessec(&mut self) -> BitWriterRaw<'_, u32, SECCFGR1_SPEC, bool, BitM, 2>
pub fn aessec(&mut self) -> BitWriterRaw<'_, u32, SECCFGR1_SPEC, bool, BitM, 2>
Bit 2 - AESSEC
pub fn rngsec(&mut self) -> BitWriterRaw<'_, u32, SECCFGR1_SPEC, bool, BitM, 3>
pub fn rngsec(&mut self) -> BitWriterRaw<'_, u32, SECCFGR1_SPEC, bool, BitM, 3>
Bit 3 - RNGSEC
pub fn pkasec(&mut self) -> BitWriterRaw<'_, u32, SECCFGR1_SPEC, bool, BitM, 13>
pub fn pkasec(&mut self) -> BitWriterRaw<'_, u32, SECCFGR1_SPEC, bool, BitM, 13>
Bit 13 - PKASEC
Methods from Deref<Target = W<SECCFGR1_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<SECCFGR1_SPEC>> for W
impl From<W<SECCFGR1_SPEC>> for W
§fn from(writer: W<SECCFGR1_SPEC>) -> W
fn from(writer: W<SECCFGR1_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