[]Struct nucleo_f401re::stm32::rcc::apb2lpenr::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 tim11lpen(&self) -> TIM11LPENR

Bit 18 - TIM11 clock enable during Sleep mode

pub fn tim10lpen(&self) -> TIM11LPENR

Bit 17 - TIM10 clock enable during Sleep mode

pub fn tim9lpen(&self) -> TIM11LPENR

Bit 16 - TIM9 clock enable during sleep mode

pub fn syscfglpen(&self) -> TIM11LPENR

Bit 14 - System configuration controller clock enable during Sleep mode

pub fn spi1lpen(&self) -> TIM11LPENR

Bit 12 - SPI 1 clock enable during Sleep mode

pub fn sdiolpen(&self) -> TIM11LPENR

Bit 11 - SDIO clock enable during Sleep mode

pub fn adc1lpen(&self) -> TIM11LPENR

Bit 8 - ADC1 clock enable during Sleep mode

pub fn usart6lpen(&self) -> TIM11LPENR

Bit 5 - USART6 clock enable during Sleep mode

pub fn usart1lpen(&self) -> TIM11LPENR

Bit 4 - USART1 clock enable during Sleep mode

pub fn tim1lpen(&self) -> TIM11LPENR

Bit 0 - TIM1 clock enable during Sleep mode

pub fn spi4lpen(&self) -> TIM11LPENR

Bit 13 - SPI4 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