Type Alias atsame54n::aes::ctrla::XORKEY_W

source ·
pub type XORKEY_W<'a, REG, const O: u8> = BitWriter<'a, REG, O, XORKEYSELECT_A>;
Expand description

Field XORKEY writer - XOR Key Operation

Aliased Type§

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

Implementations§

source§

impl<'a, REG, const O: u8> XORKEY_W<'a, REG, O>
where REG: Writable + RegisterSpec,

source

pub fn none(self) -> &'a mut W<REG>

No effect

source

pub fn xor(self) -> &'a mut W<REG>

The user keyword gets XORed with the previous keyword register content.