[][src]Struct stm32l0xx_hal::stm32::rcc::apb1smenr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn lptim1smen(&self) -> LPTIM1SMENR[src]

Bit 31 - Low power timer clock enable during sleep mode bit

pub fn pwrsmen(&self) -> LPTIM1SMENR[src]

Bit 28 - Power interface clock enable during sleep mode bit

pub fn crssmen(&self) -> LPTIM1SMENR[src]

Bit 27 - Clock recovery system clock enable during sleep mode bit

pub fn i2c2smen(&self) -> LPTIM1SMENR[src]

Bit 22 - I2C2 clock enable during sleep mode bit

pub fn i2c1smen(&self) -> LPTIM1SMENR[src]

Bit 21 - I2C1 clock enable during sleep mode bit

pub fn lpuart1smen(&self) -> LPTIM1SMENR[src]

Bit 18 - LPUART1 clock enable during sleep mode bit

pub fn usart2smen(&self) -> LPTIM1SMENR[src]

Bit 17 - UART2 clock enable during sleep mode bit

pub fn spi2smen(&self) -> LPTIM1SMENR[src]

Bit 14 - SPI2 clock enable during sleep mode bit

pub fn wwdgsmen(&self) -> LPTIM1SMENR[src]

Bit 11 - Window watchdog clock enable during sleep mode bit

pub fn tim6smen(&self) -> LPTIM1SMENR[src]

Bit 4 - Timer 6 clock enable during sleep mode bit

pub fn tim2smen(&self) -> LPTIM1SMENR[src]

Bit 0 - Timer2 clock enable during sleep mode bit

pub fn tim3smen(&self) -> LPTIM1SMENR[src]

Bit 1 - Timer 3 clock enable during sleep mode bit

pub fn tim7smen(&self) -> LPTIM1SMENR[src]

Bit 5 - Timer 7 clock enable during sleep mode bit

pub fn usart4smen(&self) -> LPTIM1SMENR[src]

Bit 19 - USART4 clock enabe during sleep mode bit

pub fn usart5smen(&self) -> LPTIM1SMENR[src]

Bit 20 - USART5 clock enable during sleep mode bit

pub fn i2c3smen(&self) -> LPTIM1SMENR[src]

Bit 30 - I2C3 clock enable during sleep mode bit

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self