pub type H_MEM = Reg<H_MEM_SPEC>;
Expand description
H_MEM (rw) register accessor: Sha H memory which contains intermediate hash or finial hash.
You can read
this register and get h_mem::R
. You can reset
, write
, write_with_zero
this register using h_mem::W
. You can also modify
this register. See API.
For information about available fields see h_mem
module
Aliased Type§
struct H_MEM { /* private fields */ }