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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

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 W

impl Sync for W