[][src]Struct stm32l4xx_hal::stm32::rcc::apb1smenr1::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 1 clocks enable during Sleep and Stop modes

pub fn opampsmen(&self) -> OPAMPSMENR[src]

Bit 30 - OPAMP interface clocks enable during Sleep and Stop modes

pub fn dac1smen(&self) -> DAC1SMENR[src]

Bit 29 - DAC1 interface clocks enable during Sleep and Stop modes

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

Bit 28 - Power interface clocks enable during Sleep and Stop modes

pub fn can1smen(&self) -> CAN1SMENR[src]

Bit 25 - CAN1 clocks enable during Sleep and Stop modes

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

Bit 23 - I2C3 clocks enable during Sleep and Stop modes

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

Bit 21 - I2C1 clocks enable during Sleep and Stop modes

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

Bit 18 - USART2 clocks enable during Sleep and Stop modes

pub fn usart1smen(&self) -> USART1SMENR[src]

Bit 17 - USART1 clocks enable during Sleep and Stop modes

pub fn sp3smen(&self) -> SP3SMENR[src]

Bit 15 - SPI3 clocks enable during Sleep and Stop modes

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

Bit 14 - SPI2 clocks enable during Sleep and Stop modes

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

Bit 11 - Window watchdog clocks enable during Sleep and Stop modes

pub fn lcdsmen(&self) -> LCDSMENR[src]

Bit 9 - LCD clocks enable during Sleep and Stop modes

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

Bit 5 - TIM7 timer clocks enable during Sleep and Stop modes

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

Bit 4 - TIM6 timer clocks enable during Sleep and Stop modes

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

Bit 0 - TIM2 timer clocks enable during Sleep and Stop modes

pub fn rtcapbsmen(&self) -> RTCAPBSMENR[src]

Bit 10 - RTC APB clock enable during Sleep and Stop modes

pub fn usbfssmen(&self) -> USBFSSMENR[src]

Bit 26 - USB FS clock enable during Sleep and Stop modes

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

Bit 22 - I2C2 clocks enable during Sleep and Stop modes

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

Bit 24 - CRS clock enable during Sleep and Stop modes

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self