Struct stm32wlxx_hal::pac::scb_actrl::actrl::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register ACTRL
writer
Implementations§
§impl W
impl W
pub fn dismcycint(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 0>
pub fn dismcycint(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 0>
Bit 0 - DISMCYCINT
pub fn disdefwbuf(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 1>
pub fn disdefwbuf(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 1>
Bit 1 - DISDEFWBUF
pub fn disfold(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 2>
pub fn disfold(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 2>
Bit 2 - DISFOLD
pub fn disfpca(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 8>
pub fn disfpca(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 8>
Bit 8 - DISFPCA
pub fn disoofp(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 9>
pub fn disoofp(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 9>
Bit 9 - DISOOFP
Methods from Deref<Target = W<ACTRL_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<ACTRL_SPEC>> for W
impl From<W<ACTRL_SPEC>> for W
§fn from(writer: W<ACTRL_SPEC>) -> W
fn from(writer: W<ACTRL_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