CMD

Type Alias CMD 

Source
pub type CMD = Reg<CMDrs>;
Expand description

CMD (rw) register accessor: SDIO command register (SDIO_CMD)

You can read this register and get cmd::R. You can reset, write, write_with_zero this register using cmd::W. You can also modify this register. See API.

See register structure

For information about available fields see cmd module

Aliased Typeยง

pub struct CMD { /* private fields */ }