Type Alias CmdW

Source
pub type CmdW<'a, REG> = FieldWriter<'a, REG, 2, Cmdselect>;
Expand description

Field CMD writer - Software Command

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> CmdW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

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

No action

Source

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

Channel suspend operation

Source

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

Channel resume operation