Type Alias esp32s2::sha::T_LENGTH

source ·
pub type T_LENGTH = Reg<T_LENGTH_SPEC>;
Expand description

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

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

For information about available fields see t_length module

Aliased Type§

struct T_LENGTH { /* private fields */ }