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

Bits 0:7 - Clock divide factor

Bit 8 - Clock enable bit

Bit 9 - Power saving configuration bit

Bit 10 - Clock divider bypass enable bit

Bits 11:12 - Wide bus mode enable bit

Bit 13 - SDIO_CK dephasing selection bit

Bit 14 - HW Flow Control enable

Auto Trait Implementations

impl Send for W

impl Sync for W