[][src]Struct stm32l0xx_hal::pac::rcc::apb1smenr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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 clock enable during sleep mode bit

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

Bit 28 - Power interface clock enable during sleep mode bit

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

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

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

Bit 22 - I2C2 clock enable during sleep mode bit

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

Bit 21 - I2C1 clock enable during sleep mode bit

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

Bit 18 - LPUART1 clock enable during sleep mode bit

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

Bit 17 - UART2 clock enable during sleep mode bit

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

Bit 14 - SPI2 clock enable during sleep mode bit

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

Bit 11 - Window watchdog clock enable during sleep mode bit

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

Bit 4 - Timer 6 clock enable during sleep mode bit

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

Bit 0 - Timer2 clock enable during sleep mode bit

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

Bit 1 - Timer 3 clock enable during sleep mode bit

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

Bit 5 - Timer 7 clock enable during sleep mode bit

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

Bit 19 - USART4 clock enabe during sleep mode bit

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

Bit 20 - USART5 clock enable during sleep mode bit

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

Bit 30 - I2C3 clock enable during sleep mode bit

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

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