Struct stm32f103xx::sdio::clkcr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

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 R

impl Sync for R