Skip to main content

TcmdR

Type Alias TcmdR 

Source
pub type TcmdR = FieldReader<Tcmd>;
Expand description

Field TCMD reader - Trigger Command Select

Aliased Type§

pub struct TcmdR { /* private fields */ }

Implementations§

Source§

impl TcmdR

Source

pub const fn variant(&self) -> Tcmd

Get enumerated values variant

Source

pub fn is_not_valid(&self) -> bool

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

Source

pub fn is_execute_cmd1(&self) -> bool

CMD1 is executed

Source

pub fn is_execute_corresponding_cmd_2(&self) -> bool

Corresponding CMD is executed

Source

pub fn is_execute_corresponding_cmd_3(&self) -> bool

Corresponding CMD is executed

Source

pub fn is_execute_corresponding_cmd_4(&self) -> bool

Corresponding CMD is executed

Source

pub fn is_execute_corresponding_cmd_5(&self) -> bool

Corresponding CMD is executed

Source

pub fn is_execute_corresponding_cmd_6(&self) -> bool

Corresponding CMD is executed

Source

pub fn is_execute_cmd7(&self) -> bool

CMD7 is executed