pub struct R(/* private fields */);Expand description
Register APB2SMENR reader
Implementations§
Source§impl R
impl R
Sourcepub fn sai1smen(&self) -> SAI1SMEN_R
pub fn sai1smen(&self) -> SAI1SMEN_R
Bit 21 - SAI1 clocks enable during Sleep and Stop modes
Sourcepub fn tim16smen(&self) -> TIM16SMEN_R
pub fn tim16smen(&self) -> TIM16SMEN_R
Bit 17 - TIM16 timer clocks enable during Sleep and Stop modes
Sourcepub fn tim15smen(&self) -> TIM15SMEN_R
pub fn tim15smen(&self) -> TIM15SMEN_R
Bit 16 - TIM15 timer clocks enable during Sleep and Stop modes
Sourcepub fn usart1smen(&self) -> USART1SMEN_R
pub fn usart1smen(&self) -> USART1SMEN_R
Bit 14 - USART1clocks enable during Sleep and Stop modes
Sourcepub fn spi1smen(&self) -> SPI1SMEN_R
pub fn spi1smen(&self) -> SPI1SMEN_R
Bit 12 - SPI1 clocks enable during Sleep and Stop modes
Sourcepub fn tim1smen(&self) -> TIM1SMEN_R
pub fn tim1smen(&self) -> TIM1SMEN_R
Bit 11 - TIM1 timer clocks enable during Sleep and Stop modes
Sourcepub fn sdmmcsmen(&self) -> SDMMCSMEN_R
pub fn sdmmcsmen(&self) -> SDMMCSMEN_R
Bit 10 - SDMMC clocks enable during Sleep and Stop modes
Sourcepub fn syscfgsmen(&self) -> SYSCFGSMEN_R
pub fn syscfgsmen(&self) -> SYSCFGSMEN_R
Bit 0 - SYSCFG clocks enable during Sleep and Stop modes
Methods from Deref<Target = R<APB2SMENR_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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