Type Alias W

Source
pub type W = W<CtrlbSpec>;
Expand description

Register CTRLB writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn start(&mut self) -> StartW<'_, CtrlbSpec>

Bit 0 - Start Encryption/Decryption

Source

pub fn newmsg(&mut self) -> NewmsgW<'_, CtrlbSpec>

Bit 1 - New message

Source

pub fn eom(&mut self) -> EomW<'_, CtrlbSpec>

Bit 2 - End of message

Source

pub fn gfmul(&mut self) -> GfmulW<'_, CtrlbSpec>

Bit 3 - GF Multiplication