HASCHK_W

Type Alias HASCHK_W 

Source
pub type HASCHK_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field HASCHK writer - HASH Check Enable Bit. 1x1, HASH check need, hash result will compare with the HASHRSLT 0-7 registers; 1x0, HASH check is not enabled, HASHRSLT0-7 store the HASH result. For SHA1, will use HASHRSLT0-3 words, and HASH 256 will use HASH0-7 words.

Aliased Typeยง

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