Type Alias Hash

Source
pub type Hash = Reg<HashSpec>;
Expand description

HASH (rw) register accessor: Region Hash Area Start Address

You can read this register and get hash::R. You can reset, write, write_with_zero this register using hash::W. You can also modify this register. See API.

For information about available fields see hash module

Aliased Typeยง

struct Hash { /* private fields */ }