Struct tmcl::modules::generic::instructions::SAP [] [src]

pub struct SAP { /* fields omitted */ }

SAP - Set 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 set by this function.

Methods

impl SAP
[src]

[src]

Trait Implementations

impl Debug for SAP
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for SAP
[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 Instruction for SAP
[src]

INSTRUCTION_NUMBER: u8 = 5

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

[src]

Return the operand serialized. Read more

[src]

[src]

The motor/bank number

Auto Trait Implementations

impl Send for SAP

impl Sync for SAP