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

impl Sync for R