Type Alias esp32c3::aes::block_mode::BLOCK_MODE_R

source ·
pub type BLOCK_MODE_R = FieldReader;
Expand description

Field BLOCK_MODE reader - Those bits decides which block mode will be used. 0x0: ECB, 0x1: CBC, 0x2: OFB, 0x3: CTR, 0x4: CFB-8, 0x5: CFB-128, 0x6: GCM, 0x7: reserved.

Aliased Type§

struct BLOCK_MODE_R { /* private fields */ }