[][src]Struct stm32h7::stm32h743::rcc::ahb3lpenr::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 mdmalpen(&self) -> MDMALPENR[src]

Bit 0 - MDMA Clock Enable During CSleep Mode

pub fn dma2dlpen(&self) -> DMA2DLPENR[src]

Bit 4 - DMA2D Clock Enable During CSleep Mode

pub fn jpgdeclpen(&self) -> JPGDECLPENR[src]

Bit 5 - JPGDEC Clock Enable During CSleep Mode

pub fn flashlpen(&self) -> FLASHLPENR[src]

Bit 8 - FLITF Clock Enable During CSleep Mode

pub fn fmclpen(&self) -> FMCLPENR[src]

Bit 12 - FMC Peripheral Clocks Enable During CSleep Mode

pub fn qspilpen(&self) -> QSPILPENR[src]

Bit 14 - QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode

pub fn sdmmc1lpen(&self) -> SDMMC1LPENR[src]

Bit 16 - SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode

pub fn d1dtcm1lpen(&self) -> D1DTCM1LPENR[src]

Bit 28 - D1DTCM1 Block Clock Enable During CSleep mode

pub fn dtcm2lpen(&self) -> DTCM2LPENR[src]

Bit 29 - D1 DTCM2 Block Clock Enable During CSleep mode

pub fn itcmlpen(&self) -> ITCMLPENR[src]

Bit 30 - D1ITCM Block Clock Enable During CSleep mode

pub fn axisramlpen(&self) -> AXISRAMLPENR[src]

Bit 31 - AXISRAM Block Clock Enable During CSleep mode

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

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> From<T> for 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]

impl<T> Same<T> for T

type Output = T

Should always be Self