[][src]Struct stm32l1xx_hal::stm32::rcc::ahblpenr::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 dma2lpen(&self) -> DMA2LPENR[src]

Bit 25 - DMA2 clock enable during Sleep mode

pub fn dma1lpen(&self) -> DMA1LPENR[src]

Bit 24 - DMA1 clock enable during Sleep mode

pub fn sramlpen(&self) -> SRAMLPENR[src]

Bit 16 - SRAM clock enable during Sleep mode

pub fn flitflpen(&self) -> FLITFLPENR[src]

Bit 15 - FLITF clock enable during Sleep mode

pub fn crclpen(&self) -> CRCLPENR[src]

Bit 12 - CRC clock enable during Sleep mode

pub fn gpioglpen(&self) -> GPIOGLPENR[src]

Bit 7 - IO port G clock enable during Sleep mode

pub fn gpioflpen(&self) -> GPIOFLPENR[src]

Bit 6 - IO port F clock enable during Sleep mode

pub fn gpiohlpen(&self) -> GPIOHLPENR[src]

Bit 5 - IO port H clock enable during Sleep mode

pub fn gpioelpen(&self) -> GPIOELPENR[src]

Bit 4 - IO port E clock enable during Sleep mode

pub fn gpiodlpen(&self) -> GPIODLPENR[src]

Bit 3 - IO port D clock enable during Sleep mode

pub fn gpioclpen(&self) -> GPIOCLPENR[src]

Bit 2 - IO port C clock enable during Sleep mode

pub fn gpioblpen(&self) -> GPIOBLPENR[src]

Bit 1 - IO port B clock enable during Sleep mode

pub fn gpioalpen(&self) -> GPIOALPENR[src]

Bit 0 - IO port A 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]