Type Alias esp32c3::xts_aes::linesize::LINESIZE_W

source ·
pub type LINESIZE_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field LINESIZE writer - This bit stores the line size parameter. 0: 16Byte, 1: 32Byte.

Aliased Type§

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