Type Alias Cmd

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

CMD (w) register accessor: Command Register

You can reset, write, write_with_zero this register using cmd::W. See API.

For information about available fields see cmd module

Aliased Typeยง

struct Cmd { /* private fields */ }