[]Struct nucleo_f401re::rcc::ahb1lpenr::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 dma2lpen(&self) -> DMA2LPENR

Bit 22 - DMA2 clock enable during Sleep mode

pub fn dma1lpen(&self) -> DMA2LPENR

Bit 21 - DMA1 clock enable during Sleep mode

pub fn sram1lpen(&self) -> DMA2LPENR

Bit 16 - SRAM 1interface clock enable during Sleep mode

pub fn flitflpen(&self) -> DMA2LPENR

Bit 15 - Flash interface clock enable during Sleep mode

pub fn crclpen(&self) -> DMA2LPENR

Bit 12 - CRC clock enable during Sleep mode

pub fn gpiohlpen(&self) -> DMA2LPENR

Bit 7 - IO port H clock enable during Sleep mode

pub fn gpioelpen(&self) -> DMA2LPENR

Bit 4 - IO port E clock enable during Sleep mode

pub fn gpiodlpen(&self) -> DMA2LPENR

Bit 3 - IO port D clock enable during Sleep mode

pub fn gpioclpen(&self) -> DMA2LPENR

Bit 2 - IO port C clock enable during Sleep mode

pub fn gpioblpen(&self) -> DMA2LPENR

Bit 1 - IO port B clock enable during Sleep mode

pub fn gpioalpen(&self) -> DMA2LPENR

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