Type Alias Ghash

Source
pub type Ghash = Reg<GhashSpec>;
Expand description

GHASH (rw) register accessor: Galois Hash n

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

For information about available fields see ghash module

Aliased Typeยง

struct Ghash { /* private fields */ }