Type Definition stm32f1::stm32f103::sdio::CMD[][src]

type CMD = Reg<u32, _CMD>;

SDIO command register (SDIO_CMD)

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

For information about available fields see cmd module

Trait Implementations

impl Readable for CMD[src]

read() method returns cmd::R reader structure

impl ResetValue for CMD[src]

Register CMD reset()'s with value 0

type Type = u32

Register size

impl Writable for CMD[src]

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