Type Alias StartmodeW

Source
pub type StartmodeW<'a, REG> = BitWriter<'a, REG, Startmodeselect>;
Expand description

Field STARTMODE writer - Start Mode Select

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> StartmodeW<'a, REG>
where REG: Writable + RegisterSpec,

Source

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

Start Encryption / Decryption in Manual mode

Source

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

Start Encryption / Decryption in Auto mode