Type Alias 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ยง

pub struct T_STRING { /* private fields */ }