HASOUT_W

Type Alias HASOUT_W 

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

Field HASOUT writer - When hashing is enabled, this bit controls the input or output data of the AES engine is hashed. 0 INPUT HASH 1 OUTPUT HASH

Aliased Typeยง

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