[]Struct stm32f407g_disc::stm32::rcc::ahb1enr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn otghsulpien(&mut self) -> _OTGHSULPIENW

Bit 30 - USB OTG HSULPI clock enable

pub fn otghsen(&mut self) -> _OTGHSENW

Bit 29 - USB OTG HS clock enable

pub fn ethmacptpen(&mut self) -> _ETHMACPTPENW

Bit 28 - Ethernet PTP clock enable

pub fn ethmacrxen(&mut self) -> _ETHMACRXENW

Bit 27 - Ethernet Reception clock enable

pub fn ethmactxen(&mut self) -> _ETHMACTXENW

Bit 26 - Ethernet Transmission clock enable

pub fn ethmacen(&mut self) -> _ETHMACENW

Bit 25 - Ethernet MAC clock enable

pub fn dma2en(&mut self) -> _DMA2ENW

Bit 22 - DMA2 clock enable

pub fn dma1en(&mut self) -> _DMA1ENW

Bit 21 - DMA1 clock enable

pub fn bkpsramen(&mut self) -> _BKPSRAMENW

Bit 18 - Backup SRAM interface clock enable

pub fn crcen(&mut self) -> _CRCENW

Bit 12 - CRC clock enable

pub fn gpioien(&mut self) -> _GPIOIENW

Bit 8 - IO port I clock enable

pub fn gpiohen(&mut self) -> _GPIOHENW

Bit 7 - IO port H clock enable

pub fn gpiogen(&mut self) -> _GPIOGENW

Bit 6 - IO port G clock enable

pub fn gpiofen(&mut self) -> _GPIOFENW

Bit 5 - IO port F clock enable

pub fn gpioeen(&mut self) -> _GPIOEENW

Bit 4 - IO port E clock enable

pub fn gpioden(&mut self) -> _GPIODENW

Bit 3 - IO port D clock enable

pub fn gpiocen(&mut self) -> _GPIOCENW

Bit 2 - IO port C clock enable

pub fn gpioben(&mut self) -> _GPIOBENW

Bit 1 - IO port B clock enable

pub fn gpioaen(&mut self) -> _GPIOAENW

Bit 0 - IO port A clock enable

Auto Trait Implementations

impl Send for W

impl Sync for W

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> 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, U> Into for T where
    U: From<T>, 
[src]

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]