[][src]Struct stm32h7::stm32h743::rcc::c1_ahb1enr::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 dma1en(&mut self) -> _DMA1ENW[src]

Bit 0 - DMA1 Clock Enable

pub fn dma2en(&mut self) -> _DMA2ENW[src]

Bit 1 - DMA2 Clock Enable

pub fn adc12en(&mut self) -> _ADC12ENW[src]

Bit 5 - ADC1/2 Peripheral Clocks Enable

pub fn eth1macen(&mut self) -> _ETH1MACENW[src]

Bit 15 - Ethernet MAC bus interface Clock Enable

pub fn eth1txen(&mut self) -> _ETH1TXENW[src]

Bit 16 - Ethernet Transmission Clock Enable

pub fn eth1rxen(&mut self) -> _ETH1RXENW[src]

Bit 17 - Ethernet Reception Clock Enable

pub fn usb1otghsen(&mut self) -> _USB1OTGHSENW[src]

Bit 25 - USB1OTG Peripheral Clocks Enable

pub fn usb1otghsulpien(&mut self) -> _USB1OTGHSULPIENW[src]

Bit 26 - USB_PHY1 Clocks Enable

pub fn usb2otghsen(&mut self) -> _USB2OTGHSENW[src]

Bit 27 - USB2OTG Peripheral Clocks Enable

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