pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn dfsdmsmen(&self) -> DFSDMSMENR
pub fn dfsdmsmen(&self) -> DFSDMSMENR
Bit 24 - DFSDM timer clocks enable during Sleep and Stop modes
Sourcepub fn tim17smen(&self) -> TIM17SMENR
pub fn tim17smen(&self) -> TIM17SMENR
Bit 18 - TIM17 timer clocks enable during Sleep and Stop modes
Sourcepub fn tim16smen(&self) -> TIM16SMENR
pub fn tim16smen(&self) -> TIM16SMENR
Bit 17 - TIM16 timer clocks enable during Sleep and Stop modes
Sourcepub fn tim15smen(&self) -> TIM15SMENR
pub fn tim15smen(&self) -> TIM15SMENR
Bit 16 - TIM15 timer clocks enable during Sleep and Stop modes
Sourcepub fn usart1smen(&self) -> USART1SMENR
pub fn usart1smen(&self) -> USART1SMENR
Bit 14 - USART1clocks enable during Sleep and Stop modes
Sourcepub fn tim8smen(&self) -> TIM8SMENR
pub fn tim8smen(&self) -> TIM8SMENR
Bit 13 - TIM8 timer clocks enable during Sleep and Stop modes
Sourcepub fn tim1smen(&self) -> TIM1SMENR
pub fn tim1smen(&self) -> TIM1SMENR
Bit 11 - TIM1 timer clocks enable during Sleep and Stop modes
Sourcepub fn sdmmcsmen(&self) -> SDMMCSMENR
pub fn sdmmcsmen(&self) -> SDMMCSMENR
Bit 10 - SDMMC clocks enable during Sleep and Stop modes
Sourcepub fn syscfgsmen(&self) -> SYSCFGSMENR
pub fn syscfgsmen(&self) -> SYSCFGSMENR
Bit 0 - SYSCFG clocks enable during Sleep and Stop modes
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