Type Alias atsame70n21b::aes::mr::KEYSIZE_W

source ·
pub type KEYSIZE_W<'a, const O: u8> = FieldWriter<'a, MR_SPEC, 2, O, KEYSIZESELECT_A>;
Expand description

Field KEYSIZE writer - Key Size

Aliased Type§

struct KEYSIZE_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> KEYSIZE_W<'a, O>

source

pub fn aes128(self) -> &'a mut W

AES Key Size is 128 bits

source

pub fn aes192(self) -> &'a mut W

AES Key Size is 192 bits

source

pub fn aes256(self) -> &'a mut W

AES Key Size is 256 bits