Type Alias CMD

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

CMD (r) register accessor: SPI0 FSM status register

You can read this register and get cmd::R. See API.

For information about available fields see cmd module

Aliased Typeยง

struct CMD { /* private fields */ }