Type Alias esp32c3::sha::t_string::T_STRING_W

source ·
pub type T_STRING_W<'a, REG> = FieldWriter<'a, REG, 32, u32>;
Expand description

Field T_STRING writer - Sha t_string (used if and only if mode == SHA_512/t).

Aliased Type§

struct T_STRING_W<'a, REG> { /* private fields */ }