Type Alias CMD
Source pub type CMD = Reg<CMD_SPEC>;
Expand description
CMD (rw) register accessor: Command and boot configuration register
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.
For information about available fields see cmd
module
struct CMD { }