[]Struct nucleo_f401re::stm32::rcc::apb1lpenr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn pwrlpen(&self) -> PWRLPENR

Bit 28 - Power interface clock enable during Sleep mode

pub fn i2c3lpen(&self) -> PWRLPENR

Bit 23 - I2C3 clock enable during Sleep mode

pub fn i2c2lpen(&self) -> PWRLPENR

Bit 22 - I2C2 clock enable during Sleep mode

pub fn i2c1lpen(&self) -> PWRLPENR

Bit 21 - I2C1 clock enable during Sleep mode

pub fn usart2lpen(&self) -> PWRLPENR

Bit 17 - USART2 clock enable during Sleep mode

pub fn spi3lpen(&self) -> PWRLPENR

Bit 15 - SPI3 clock enable during Sleep mode

pub fn spi2lpen(&self) -> PWRLPENR

Bit 14 - SPI2 clock enable during Sleep mode

pub fn wwdglpen(&self) -> PWRLPENR

Bit 11 - Window watchdog clock enable during Sleep mode

pub fn tim5lpen(&self) -> PWRLPENR

Bit 3 - TIM5 clock enable during Sleep mode

pub fn tim4lpen(&self) -> PWRLPENR

Bit 2 - TIM4 clock enable during Sleep mode

pub fn tim3lpen(&self) -> PWRLPENR

Bit 1 - TIM3 clock enable during Sleep mode

pub fn tim2lpen(&self) -> PWRLPENR

Bit 0 - TIM2 clock enable during Sleep mode

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 = Infallible

The type returned in the event of a conversion error.

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

impl<T, U> TryInto 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 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