Type Alias esp32s2::sha::T_STRING

source ·
pub type T_STRING = Reg<T_STRING_SPEC>;
Expand description

T_STRING (rw) register accessor: String content register for calculating initial Hash Value (only effective for SHA-512/t)

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

For information about available fields see t_string module

Aliased Type§

struct T_STRING { /* private fields */ }