[][src]Struct stm32l1xx_hal::stm32::rcc::ahbenr::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 fsmcen(&self) -> FSMCENR[src]

Bit 30 - FSMCEN

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

Bit 25 - DMA2 clock enable

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

Bit 24 - DMA1 clock enable

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

Bit 15 - FLITF clock enable

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

Bit 12 - CRC clock enable

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

Bit 7 - IO port G clock enable

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

Bit 6 - IO port F clock enable

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

Bit 5 - IO port H clock enable

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

Bit 4 - IO port E clock enable

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

Bit 3 - IO port D clock enable

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

Bit 2 - IO port C clock enable

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

Bit 1 - IO port B clock enable

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

Bit 0 - IO port A clock enable

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

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]