[][src]Struct stm32h7::stm32h743::rcc::ahb1lpenr::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 dma1lpen(&self) -> DMA1LPENR[src]

Bit 0 - DMA1 Clock Enable During CSleep Mode

pub fn dma2lpen(&self) -> DMA2LPENR[src]

Bit 1 - DMA2 Clock Enable During CSleep Mode

pub fn adc12lpen(&self) -> ADC12LPENR[src]

Bit 5 - ADC1/2 Peripheral Clocks Enable During CSleep Mode

pub fn eth1maclpen(&self) -> ETH1MACLPENR[src]

Bit 15 - Ethernet MAC bus interface Clock Enable During CSleep Mode

pub fn eth1txlpen(&self) -> ETH1TXLPENR[src]

Bit 16 - Ethernet Transmission Clock Enable During CSleep Mode

pub fn eth1rxlpen(&self) -> ETH1RXLPENR[src]

Bit 17 - Ethernet Reception Clock Enable During CSleep Mode

pub fn usb1otghslpen(&self) -> USB1OTGHSLPENR[src]

Bit 25 - USB1OTG peripheral clock enable during CSleep mode

pub fn usb1otghsulpilpen(&self) -> USB1OTGHSULPILPENR[src]

Bit 26 - USB_PHY1 clock enable during CSleep mode

pub fn usb2otghslpen(&self) -> USB2OTGHSLPENR[src]

Bit 27 - USB2OTG peripheral clock enable during CSleep mode

pub fn usb2otghsulpilpen(&self) -> USB2OTGHSULPILPENR[src]

Bit 28 - USB_PHY2 clocks 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