Skip to main content

TcmdW

Type Alias TcmdW 

Source
pub type TcmdW<'a, REG> = FieldWriter<'a, REG, 3, Tcmd, Safe>;
Expand description

Field TCMD writer - Trigger Command Select

Aliased Type§

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

Implementations§

Source§

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

Source

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

Not a valid selection from the command buffer. Trigger event is ignored.

Source

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

CMD1 is executed

Source

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

Corresponding CMD is executed

Source

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

Corresponding CMD is executed

Source

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

Corresponding CMD is executed

Source

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

Corresponding CMD is executed

Source

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

Corresponding CMD is executed

Source

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

CMD7 is executed