Type Alias esp32c3::aes::H_MEM

source ·
pub type H_MEM = Reg<H_MEM_SPEC>;
Expand description

H_MEM (rw) register accessor: The memory that stores GCM hash subkey

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 */ }