[][src]Struct stm32l1xx_hal::stm32::rcc::apb1lpenr::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 complpen(&self) -> COMPLPENR[src]

Bit 31 - COMP interface clock enable during Sleep mode

pub fn daclpen(&self) -> DACLPENR[src]

Bit 29 - DAC interface clock enable during Sleep mode

pub fn pwrlpen(&self) -> PWRLPENR[src]

Bit 28 - Power interface clock enable during Sleep mode

pub fn usblpen(&self) -> USBLPENR[src]

Bit 23 - USB clock enable during Sleep mode

pub fn i2c2lpen(&self) -> I2C2LPENR[src]

Bit 22 - I2C 2 clock enable during Sleep mode

pub fn i2c1lpen(&self) -> I2C1LPENR[src]

Bit 21 - I2C 1 clock enable during Sleep mode

pub fn usart3lpen(&self) -> USART3LPENR[src]

Bit 18 - USART 3 clock enable during Sleep mode

pub fn usart2lpen(&self) -> USART2LPENR[src]

Bit 17 - USART 2 clock enable during Sleep mode

pub fn spi2lpen(&self) -> SPI2LPENR[src]

Bit 14 - SPI 2 clock enable during Sleep mode

pub fn wwdglpen(&self) -> WWDGLPENR[src]

Bit 11 - Window watchdog clock enable during Sleep mode

pub fn lcdlpen(&self) -> LCDLPENR[src]

Bit 9 - LCD clock enable during Sleep mode

pub fn tim7lpen(&self) -> TIM7LPENR[src]

Bit 5 - Timer 7 clock enable during Sleep mode

pub fn tim6lpen(&self) -> TIM6LPENR[src]

Bit 4 - Timer 6 clock enable during Sleep mode

pub fn tim4lpen(&self) -> TIM4LPENR[src]

Bit 2 - Timer 4 clock enable during Sleep mode

pub fn tim3lpen(&self) -> TIM3LPENR[src]

Bit 1 - Timer 3 clock enable during Sleep mode

pub fn tim2lpen(&self) -> TIM2LPENR[src]

Bit 0 - Timer 2 clock enable during Sleep mode

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]