Struct stm32f103xx::rcc::ahbenr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 0 - DMA1 clock enable

Bit 1 - DMA2 clock enable

Bit 2 - SRAM interface clock enable

Bit 4 - FLITF clock enable

Bit 6 - CRC clock enable

Bit 8 - FSMC clock enable

Bit 10 - SDIO clock enable

Auto Trait Implementations

impl Send for R

impl Sync for R