Struct tmcl::modules::tmcm::instructions::STAP [] [src]

pub struct STAP<T: WriteableAxisParameter> { /* fields omitted */ }

STAP - Store Axis Parameter

Axis parameters are located in RAM memory, so modifications are lost at power down. This instruction enables permanent storing.

Methods

impl<T: WriteableAxisParameter> STAP<T>
[src]

[src]

Trait Implementations

impl<T: Debug + WriteableAxisParameter> Debug for STAP<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq + WriteableAxisParameter> PartialEq for STAP<T>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<T: WriteableAxisParameter> Instruction for STAP<T>
[src]

INSTRUCTION_NUMBER: u8 = 7

The command number (sometimes referred to as the instruction number).

[src]

Return the operand serialized. Read more

[src]

[src]

The motor/bank number

impl<T: WriteableTmcmAxisParameter> TmcmInstruction for STAP<T>
[src]

Auto Trait Implementations

impl<T> Send for STAP<T> where
    T: Send

impl<T> Sync for STAP<T> where
    T: Sync