Type Alias esp32c3::rsa::X_MEM

source ·
pub type X_MEM = Reg<X_MEM_SPEC>;
Expand description

X_MEM (rw) register accessor: The memory that stores X

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

For information about available fields see x_mem module

Aliased Type§

struct X_MEM { /* private fields */ }