Struct stm32f103xx::sdio::dctrl::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 - DTEN

Bit 1 - DTDIR

Bit 2 - DTMODE

Bit 3 - DMAEN

Bits 4:7 - DBLOCKSIZE

Bit 8 - PWSTART

Bit 9 - PWSTOP

Bit 10 - RWMOD

Bit 11 - SDIOEN

Auto Trait Implementations

impl Send for W

impl Sync for W