Type Alias esp32c3::aes::IV_MEM

source ·
pub type IV_MEM = Reg<IV_MEM_SPEC>;
Expand description

IV_MEM (rw) register accessor: The memory that stores initialization vector

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

For information about available fields see iv_mem module

Aliased Type§

struct IV_MEM { /* private fields */ }