[][src]Struct stm32l1xx_hal::stm32::rcc::ahbenr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn fsmcen(&mut self) -> _FSMCENW[src]

Bit 30 - FSMCEN

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

Bit 25 - DMA2 clock enable

pub fn dma1en(&mut self) -> _DMA1ENW[src]

Bit 24 - DMA1 clock enable

pub fn flitfen(&mut self) -> _FLITFENW[src]

Bit 15 - FLITF clock enable

pub fn crcen(&mut self) -> _CRCENW[src]

Bit 12 - CRC clock enable

pub fn gpiopgen(&mut self) -> _GPIOPGENW[src]

Bit 7 - IO port G clock enable

pub fn gpiopfen(&mut self) -> _GPIOPFENW[src]

Bit 6 - IO port F clock enable

pub fn gpiophen(&mut self) -> _GPIOPHENW[src]

Bit 5 - IO port H clock enable

pub fn gpiopeen(&mut self) -> _GPIOPEENW[src]

Bit 4 - IO port E clock enable

pub fn gpiopden(&mut self) -> _GPIOPDENW[src]

Bit 3 - IO port D clock enable

pub fn gpiopcen(&mut self) -> _GPIOPCENW[src]

Bit 2 - IO port C clock enable

pub fn gpiopben(&mut self) -> _GPIOPBENW[src]

Bit 1 - IO port B clock enable

pub fn gpiopaen(&mut self) -> _GPIOPAENW[src]

Bit 0 - IO port A clock enable

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From<T> for T[src]

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, 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]