Type Alias SRAM
Source pub type SRAM = Reg<SRAM_SPEC>;
Expand description
sram (rw) register accessor: Static Random-Access Memory hibernate control
You can read
this register and get sram::R
. You can reset
, write
, write_with_zero
this register using sram::W
. You can also modify
this register. See API.
For information about available fields see sram
module
struct SRAM { }