AESALG_W

Type Alias AESALG_W 

Source
pub type AESALG_W<'a, REG> = FieldWriter<'a, REG, 4>;
Expand description

Field AESALG writer - AES algorithem selection. 0x0 = AES 128; 0x1 = AES 256; 0x8 = SM4; Others, reserved.

Aliased Type§

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