Struct tmcl::modules::tmcm::axis_parameters::StandbyCurrent [] [src]

pub struct StandbyCurrent(_);

The absolute maximum current

The most important motor setting, since too high values might cause motor damage!

Note that on the TMCM-300 the phase current can not be reduced down to zero due to the Allegro A3972 driver hardware. On the TMCM-300, 303, 310, 110, 610, 611 and 612 the maximum value is 1500 (which means 1.5A). On all other modules the maximum value is 255 (which means 100% of the maximum current of the module).

Methods

impl StandbyCurrent
[src]

[src]

Trait Implementations

impl Debug for StandbyCurrent
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for StandbyCurrent
[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 From<StandbyCurrent> for u16
[src]

[src]

Performs the conversion.

impl AxisParameter for StandbyCurrent
[src]

NUMBER: u8 = 7

The Parameter Number.

impl ReadableAxisParameter for StandbyCurrent
[src]

impl WriteableAxisParameter for StandbyCurrent
[src]

[src]

impl TmcmAxisParameter for StandbyCurrent
[src]

impl ReadableTmcmAxisParameter for StandbyCurrent
[src]

impl WriteableTmcmAxisParameter for StandbyCurrent
[src]

Auto Trait Implementations