Struct stm32wlxx_hal::pac::rcc::ahb3smenr::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register AHB3SMENR
reader
Implementations§
§impl R
impl R
pub fn flashsmen(&self) -> BitReaderRaw<bool>
pub fn flashsmen(&self) -> BitReaderRaw<bool>
Bit 25 - Flash interface clock enable during CPU1 CSleep mode.
pub fn sram2smen(&self) -> BitReaderRaw<bool>
pub fn sram2smen(&self) -> BitReaderRaw<bool>
Bit 24 - SRAM2 memory interface clock enable during CPU1 CSleep mode
pub fn sram1smen(&self) -> BitReaderRaw<bool>
pub fn sram1smen(&self) -> BitReaderRaw<bool>
Bit 23 - SRAM1 interface clock enable during CPU1 CSleep mode.
pub fn rngsmen(&self) -> BitReaderRaw<bool>
pub fn rngsmen(&self) -> BitReaderRaw<bool>
Bit 18 - True RNG clocks enable during CPU1 Csleep and CStop modes
Methods from Deref<Target = R<AHB3SMENR_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<AHB3SMENR_SPEC>> for R
impl From<R<AHB3SMENR_SPEC>> for R
§fn from(reader: R<AHB3SMENR_SPEC>) -> R
fn from(reader: R<AHB3SMENR_SPEC>) -> R
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