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

pub struct GAP<T: ReadableAxisParameter> { /* fields omitted */ }

GAP - Get Axis Parameter

Most parameters of a TMCM module can be adjusted individually for each axis. Although these parameters vary widely in their formats (1 to 24 bits, signed or unsigned) and physical locations (TMC428, TMC453, controller RAM, controller EEPROM), they all can be read by this function.

Methods

impl<T: ReadableAxisParameter> GAP<T>
[src]

[src]

Trait Implementations

impl<T: Debug + ReadableAxisParameter> Debug for GAP<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq + ReadableAxisParameter> PartialEq for GAP<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: ReadableAxisParameter> Instruction for GAP<T>
[src]

INSTRUCTION_NUMBER: u8 = 6

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: ReadableTmcmAxisParameter> TmcmInstruction for GAP<T>
[src]

Auto Trait Implementations

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

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