[]Struct nucleo_f401re::stm32::rcc::ahb1enr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn dma2en(&self) -> DMA2ENR

Bit 22 - DMA2 clock enable

pub fn dma1en(&self) -> DMA2ENR

Bit 21 - DMA1 clock enable

pub fn crcen(&self) -> DMA2ENR

Bit 12 - CRC clock enable

pub fn gpiohen(&self) -> DMA2ENR

Bit 7 - IO port H clock enable

pub fn gpioeen(&self) -> DMA2ENR

Bit 4 - IO port E clock enable

pub fn gpioden(&self) -> DMA2ENR

Bit 3 - IO port D clock enable

pub fn gpiocen(&self) -> DMA2ENR

Bit 2 - IO port C clock enable

pub fn gpioben(&self) -> DMA2ENR

Bit 1 - IO port B clock enable

pub fn gpioaen(&self) -> DMA2ENR

Bit 0 - IO port A clock enable

Auto Trait Implementations

impl Send for R

impl Sync for R

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

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

impl<T> Same for T

type Output = T

Should always be Self