[][src]Struct stm32l4xx_hal::stm32::rcc::apb1smenr1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]

Writes raw bits to the register

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

Bit 31 - Low power timer 1 clocks enable during Sleep and Stop modes

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

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

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

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

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

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

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

Bit 25 - CAN1 clocks enable during Sleep and Stop modes

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

Bit 23 - I2C3 clocks enable during Sleep and Stop modes

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

Bit 21 - I2C1 clocks enable during Sleep and Stop modes

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

Bit 18 - USART2 clocks enable during Sleep and Stop modes

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

Bit 17 - USART1 clocks enable during Sleep and Stop modes

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

Bit 15 - SPI3 clocks enable during Sleep and Stop modes

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

Bit 14 - SPI2 clocks enable during Sleep and Stop modes

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

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

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

Bit 9 - LCD clocks enable during Sleep and Stop modes

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

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

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

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

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

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

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

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

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

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

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

Bit 22 - I2C2 clocks enable during Sleep and Stop modes

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

Bit 24 - CRS clock enable during Sleep and Stop modes

Auto Trait Implementations

impl Send for W

impl Sync for W

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