Struct stm32f4::stm32f407::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 11 - SD I/O enable functions

Bit 10 - Read wait mode

Bit 9 - Read wait stop

Bit 8 - Read wait start

Bits 4:7 - Data block size

Bit 3 - DMA enable bit

Bit 2 - Data transfer mode selection 1: Stream or SDIO multibyte data transfer.

Bit 1 - Data transfer direction selection

Bit 0 - DTEN

Auto Trait Implementations

impl Send for W

impl Sync for W