Struct stm32wlxx_hal::pac::rcc::apb2smenr::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register APB2SMENR
reader
Implementations§
§impl R
impl R
pub fn tim17smen(&self) -> BitReaderRaw<bool>
pub fn tim17smen(&self) -> BitReaderRaw<bool>
Bit 18 - TIM17 timer clock enable during CPU1 CSleep mode.
pub fn tim16smen(&self) -> BitReaderRaw<bool>
pub fn tim16smen(&self) -> BitReaderRaw<bool>
Bit 17 - TIM16 timer clock enable during CPU1 CSleep mode.
pub fn usart1smen(&self) -> BitReaderRaw<bool>
pub fn usart1smen(&self) -> BitReaderRaw<bool>
Bit 14 - USART1 clock enable during CPU1 Csleep and CStop modes.
Methods from Deref<Target = R<APB2SMENR_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<APB2SMENR_SPEC>> for R
impl From<R<APB2SMENR_SPEC>> for R
§fn from(reader: R<APB2SMENR_SPEC>) -> R
fn from(reader: R<APB2SMENR_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