[][src]Struct stm32h7::stm32h743v::rcc::c1_ahb1lpenr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

Bit 0 - DMA1 Clock Enable During CSleep Mode

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

Bit 1 - DMA2 Clock Enable During CSleep Mode

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

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

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

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

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

Bit 16 - Ethernet Transmission Clock Enable During CSleep Mode

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

Bit 17 - Ethernet Reception Clock Enable During CSleep Mode

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

Bit 25 - USB1OTG peripheral clock enable during CSleep mode

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

Bit 26 - USB_PHY1 clock enable during CSleep mode

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

Bit 27 - USB2OTG peripheral clock enable during CSleep mode

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

Bit 28 - USB_PHY2 clocks enable during CSleep mode

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

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