Type Definition stm32f1::stm32f101::sdio::CLKCR[][src]

type CLKCR = Reg<u32, _CLKCR>;

SDI clock control register (SDIO_CLKCR)

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see clkcr module

Trait Implementations

impl Readable for CLKCR[src]

read() method returns clkcr::R reader structure

impl ResetValue for CLKCR[src]

Register CLKCR reset()'s with value 0

type Type = u32

Register size

impl Writable for CLKCR[src]

write(|w| ..) method takes clkcr::W writer structure