pub type TcmdR = FieldReader<Tcmd>;Expand description
Field TCMD reader - Trigger Command Select
Aliased Type§
pub struct TcmdR { /* private fields */ }Implementations§
Source§impl TcmdR
impl TcmdR
Sourcepub fn is_not_valid(&self) -> bool
pub fn is_not_valid(&self) -> bool
Not a valid selection from the command buffer. Trigger event is ignored.
Sourcepub fn is_execute_cmd1(&self) -> bool
pub fn is_execute_cmd1(&self) -> bool
CMD1 is executed
Sourcepub fn is_execute_corresponding_cmd_2(&self) -> bool
pub fn is_execute_corresponding_cmd_2(&self) -> bool
Corresponding CMD is executed
Sourcepub fn is_execute_corresponding_cmd_3(&self) -> bool
pub fn is_execute_corresponding_cmd_3(&self) -> bool
Corresponding CMD is executed
Sourcepub fn is_execute_corresponding_cmd_4(&self) -> bool
pub fn is_execute_corresponding_cmd_4(&self) -> bool
Corresponding CMD is executed
Sourcepub fn is_execute_corresponding_cmd_5(&self) -> bool
pub fn is_execute_corresponding_cmd_5(&self) -> bool
Corresponding CMD is executed
Sourcepub fn is_execute_corresponding_cmd_6(&self) -> bool
pub fn is_execute_corresponding_cmd_6(&self) -> bool
Corresponding CMD is executed
Sourcepub fn is_execute_cmd7(&self) -> bool
pub fn is_execute_cmd7(&self) -> bool
CMD7 is executed